0bin/.gitignore

40 lines
353 B
Plaintext

# temporary, hidden and backup files
*~
*.bak
*.log
*.tmp
*_index
*.orig
*.swp
.* # all hidden files...
!.gitignore # ...except gitignore
# binaries
*.pyc
*.pyo
__pycache__
.mypy*
*.db
# files generated by setuptools
*.egg-info
dist
*.tar.gz
*.egg
*.in
# others
content
*.sublime-project
*.sublime-workspace
settings_local.py
build
.vscode
var