Git-ignore pickle files
This commit is contained in:
parent
3e369293a0
commit
9e74e700ea
1 changed files with 2 additions and 1 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -1,4 +1,5 @@
|
||||||
fig*/
|
fig*/
|
||||||
.ipynb_checkpoints/
|
.ipynb_checkpoints/
|
||||||
__pycache__/
|
__pycache__/
|
||||||
*.html
|
*.html
|
||||||
|
*.pkl
|
Loading…
Add table
Add a link
Reference in a new issue