Ignore Jupyter checkpoints

This commit is contained in:
fruchti 2022-12-18 12:30:19 +01:00
parent be01d2e9cd
commit 7777d07bf2
2 changed files with 26 additions and 15 deletions

1
.gitignore vendored
View file

@ -1,4 +1,5 @@
__pycache__ __pycache__
.ipynb_checkpoints
plots/* plots/*
!.gitkeep !.gitkeep

File diff suppressed because one or more lines are too long