From 59782e9321d2c1258903d51b9f7efc2f3247eac9 Mon Sep 17 00:00:00 2001 From: Jamie Pine Date: Mon, 27 Jul 2026 19:20:56 -0700 Subject: [PATCH] chore: ignore output/ directory (spotted in #946) The Docker compose file bind-mounts output/ but it was never ignored. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 6f240d60..3e2eb620 100644 --- a/.gitignore +++ b/.gitignore @@ -37,6 +37,7 @@ Thumbs.db # Data (user-generated) data/ !data/.gitkeep +output/ # Logs *.log