From 8e039fa9a6b60ded56d314fc1c59ae2c5d4fc7f6 Mon Sep 17 00:00:00 2001 From: Christopher Wells Date: Sat, 10 Feb 2024 01:18:28 -0800 Subject: [PATCH] Add rule to gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 3874c56..a415002 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ /old/ /old_data/ /current_data/ +/recompiled_scripts/ .vscode/ docs/_build notes.txt