diff --git a/.config/git/ignore b/.config/git/ignore index 5e26861..39d2128 100644 --- a/.config/git/ignore +++ b/.config/git/ignore @@ -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/