Add jupyter checkpoints to global gitignore

This commit is contained in:
coolneng 2022-10-12 16:58:34 +02:00
parent 9653b8c936
commit dbf7828baa
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ auto
# Python # Python
.mypy_cache .mypy_cache
__pycache__ __pycache__
.ipynb_checkpoints
# Dev environment with Nix # Dev environment with Nix
.envrc .envrc
.direnv .direnv