git:ignore: Add .ipynb_checkpoints
Created by Jupyter notebooks.
This commit is contained in:
@@ -21,8 +21,9 @@ node_modules/
|
|||||||
# Ignore session file created by obsession-vim
|
# Ignore session file created by obsession-vim
|
||||||
Session.vim
|
Session.vim
|
||||||
|
|
||||||
# Ignore python bytecode cache
|
# Ignore python related cache
|
||||||
__pycache__/
|
__pycache__/
|
||||||
|
.ipynb_checkpoints/
|
||||||
|
|
||||||
# Ignore python virtual environment
|
# Ignore python virtual environment
|
||||||
venv/
|
venv/
|
||||||
|
|||||||
Reference in New Issue
Block a user