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

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