From 7ffe0d9e761c00ae9cdaf4d9607435c174400492 Mon Sep 17 00:00:00 2001 From: "anthony.wen" Date: Mon, 13 Apr 2026 17:48:04 -0400 Subject: [PATCH] Ignore nested workspace and screenshot directories --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index e2b9574..f0bce62 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,8 @@ log/ .env.credentials.local .vscode/ atvm/tmp/ +galaxy-complete/ +screenshots/ # Python bytecode __pycache__/