1
0
mirror of https://github.com/Tygs/0bin.git synced 2023-08-10 21:13:00 +03:00
0bin/.gitignore

40 lines
353 B
Plaintext
Raw Normal View History

2012-04-24 14:22:59 +04:00
# temporary, hidden and backup files
*~
*.bak
*.log
*.tmp
*_index
*.orig
*.swp
.* # all hidden files...
!.gitignore # ...except gitignore
# binaries
*.pyc
*.pyo
__pycache__
.mypy*
2020-08-18 14:26:29 +03:00
*.db
2012-04-24 14:22:59 +04:00
2013-04-20 20:22:11 +04:00
2012-04-24 14:22:59 +04:00
# files generated by setuptools
*.egg-info
dist
*.tar.gz
*.egg
*.in
2020-08-18 14:26:29 +03:00
2012-04-24 14:22:59 +04:00
# others
content
*.sublime-project
*.sublime-workspace
settings_local.py
2013-06-23 18:12:47 +04:00
build
.vscode
2020-08-11 17:37:03 +03:00
var