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