Add pycache to gitignore
This commit is contained in:
parent
3c422b0770
commit
31a2729cf1
1 changed files with 1 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,3 +1,4 @@
|
||||||
*.FCBak
|
*.FCBak
|
||||||
.jupyter_ystore.db
|
.jupyter_ystore.db
|
||||||
.ipynb_checkpoints/
|
.ipynb_checkpoints/
|
||||||
|
__pycache__/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue