Properly setup .gitignore

This commit is contained in:
Maximilian Schmeller 2022-12-25 20:35:31 +09:00
parent 9b7575de37
commit 46e0b76230

5
.gitignore vendored
View file

@ -1,5 +1,10 @@
fig*/ fig*/
.ipynb_checkpoints/ .ipynb_checkpoints/
__pycache__/ __pycache__/
out/
cache/
*.html *.html
*.pkl *.pkl
*.log
*.svg
*.gv