From 61faacd3dfe0cfc0144d660cad66e87c80c0a875 Mon Sep 17 00:00:00 2001 From: Matthew Leibowitz Date: Thu, 21 May 2026 01:29:29 +0200 Subject: [PATCH] Add output/ to .gitignore Prevents intermediate work files (e.g. output/docs-work/*.json) from being accidentally committed by automation agents. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 70fd645f..6cdfbd95 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ *.tree *.zip -tmp \ No newline at end of file +tmp +output/ \ No newline at end of file