Add jupyter checkpoints to global gitignore
This commit is contained in:
parent
9653b8c936
commit
dbf7828baa
|
@ -18,6 +18,7 @@ auto
|
|||
# Python
|
||||
.mypy_cache
|
||||
__pycache__
|
||||
.ipynb_checkpoints
|
||||
# Dev environment with Nix
|
||||
.envrc
|
||||
.direnv
|
||||
|
|
Loading…
Reference in New Issue