From 40827c8d78191a67af4c6678ef3c04d602e21453 Mon Sep 17 00:00:00 2001 From: Alex Nelson Date: Tue, 17 Sep 2024 14:27:06 -0400 Subject: [PATCH] Ignore flag files Signed-off-by: Alex Nelson --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 2600c9f..5d9c61b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,8 @@ *.swp +.*.done.log .DS_Store .idea __pycache__ .ipynb_checkpoints .venv-pre-commit +venv