git:ignore: Add .ipynb_checkpoints

Created by Jupyter notebooks.
This commit is contained in:
2024-09-21 00:06:51 +02:00
parent d30b102e42
commit a6aa86f2e4

View File

@@ -21,8 +21,9 @@ node_modules/
# Ignore session file created by obsession-vim
Session.vim
# Ignore python bytecode cache
# Ignore python related cache
__pycache__/
.ipynb_checkpoints/
# Ignore python virtual environment
venv/