Add Python cache files to .gitignore
This commit is contained in:
parent
4349b7f2a2
commit
f74f755d87
1 changed files with 2 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -8,3 +8,5 @@
|
||||||
/master-knowledge-genome/
|
/master-knowledge-genome/
|
||||||
/keys/
|
/keys/
|
||||||
*.key
|
*.key
|
||||||
|
__pycache__/
|
||||||
|
*.pyc
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue