Properly setup .gitignore
This commit is contained in:
parent
9b7575de37
commit
46e0b76230
1 changed files with 6 additions and 1 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
@ -1,5 +1,10 @@
|
||||||
fig*/
|
fig*/
|
||||||
.ipynb_checkpoints/
|
.ipynb_checkpoints/
|
||||||
__pycache__/
|
__pycache__/
|
||||||
|
out/
|
||||||
|
cache/
|
||||||
*.html
|
*.html
|
||||||
*.pkl
|
*.pkl
|
||||||
|
*.log
|
||||||
|
*.svg
|
||||||
|
*.gv
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue