Added python's cache to .gitignore

This commit is contained in:
nocturn9x 2021-02-27 17:42:06 +01:00
parent 7255a477d4
commit eab938350c
1 changed files with 4 additions and 2 deletions

6
.gitignore vendored
View File

@ -41,6 +41,8 @@ jats
*.deps
*.dot
# Development scripts
setenv.sh
# Python bytecode cache
__pycache__
*.pyc