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

45 lines
297 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
2012-04-24 14:22:59 +04:00
# 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
# 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