From a6aa86f2e4832da71e9864fa89fd5d134f1213fc Mon Sep 17 00:00:00 2001 From: Julian Prein Date: Sat, 21 Sep 2024 00:06:51 +0200 Subject: [PATCH] git:ignore: Add .ipynb_checkpoints Created by Jupyter notebooks. --- .config/git/ignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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/