Git-ignore pickle files

This commit is contained in:
Maximilian Schmeller 2022-05-31 16:04:18 +02:00
parent 3e369293a0
commit 9e74e700ea

3
.gitignore vendored
View file

@ -1,4 +1,5 @@
fig*/ fig*/
.ipynb_checkpoints/ .ipynb_checkpoints/
__pycache__/ __pycache__/
*.html *.html
*.pkl