0bin/.gitignore

48 lines
315 B
Plaintext
Raw Permalink Normal View History

2012-04-24 14:22:59 +04:00
# temporary, hidden and backup files
*~
*.bak
*.log
*.tmp
*_index
*.orig
*.swp
2020-08-31 15:26:14 +03:00
*.old
2012-04-24 14:22:59 +04:00
# binaries
*.pyc
*.pyo
2020-08-31 15:26:14 +03:00
*.pyz
*.zip
__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
# build and env
2012-04-24 14:22:59 +04:00
build
0bin
env
venv
2012-04-24 14:22:59 +04:00
*.egg-info
dist
*.tar.gz
*.egg
*.in
2020-08-18 14:26:29 +03:00
# IDE
2012-04-24 14:22:59 +04:00
*.sublime-project
2020-08-18 10:17:58 +03:00
*-workspace
*_old*
.vscode
# JS
package-lock.json
node_modules