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
|
2020-08-10 11:48:47 +03:00
|
|
|
__pycache__
|
|
|
|
.mypy*
|
2012-04-24 14:22:59 +04:00
|
|
|
|
2013-04-20 20:22:11 +04:00
|
|
|
/tools/zerobinpaste.js
|
|
|
|
/tools/zerobinpaste.min
|
|
|
|
/tools/zerobinpaste
|
|
|
|
|
2012-04-24 14:22:59 +04:00
|
|
|
# files generated by setuptools
|
|
|
|
|
|
|
|
*.egg-info
|
|
|
|
dist
|
|
|
|
*.tar.gz
|
|
|
|
*.egg
|
|
|
|
*.in
|
|
|
|
|
|
|
|
# others
|
|
|
|
|
|
|
|
content
|
|
|
|
*.sublime-project
|
|
|
|
*.sublime-workspace
|
2012-05-02 13:36:57 +04:00
|
|
|
settings_local.py
|
2013-06-23 18:12:47 +04:00
|
|
|
build
|
2020-08-10 11:48:47 +03:00
|
|
|
.vscode
|