From bf2934f487e18ebe04cd4a7a0e1dc29fbfff4ab3 Mon Sep 17 00:00:00 2001 From: eulaly Date: Sun, 15 Mar 2026 14:28:46 -0400 Subject: [PATCH] added giant_output/ to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 36ce2cb..0633417 100644 --- a/.gitignore +++ b/.gitignore @@ -21,6 +21,7 @@ env/ # --- project private data --- /private/ +giant_output/ # --- django --- db.sqlite3