From 40d6986f0e51600e446db42a9e53fc4d785a12bd Mon Sep 17 00:00:00 2001 From: Danny Stocker Date: Sat, 15 Nov 2025 06:19:52 +0100 Subject: [PATCH] Add agent session files and temporary work files to gitignore MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Exclude: - AGENT_*.md/txt files (session summaries) - SESSION_*.md files - PASTE_INTO_*.txt files - Test scripts and integration scripts - Reviews directory These are temporary work files that shouldn't be committed. 🚂 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- .gitignore | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.gitignore b/.gitignore index 5f68a84..a14b7bf 100644 --- a/.gitignore +++ b/.gitignore @@ -57,3 +57,17 @@ data/ playwright.config.manual.js tests/e2e/frontend-detailed.spec.js tests/e2e/frontend-manual.spec.js + +# Agent session summaries and temporary work files +AGENT_*.md +AGENT_*.txt +SESSION_*.md +PASTE_INTO_*.txt +*_SUMMARY.txt +*_COMPLETE.md +*_GUIDE.md +*_CHECKLIST.md +integrate*.sh +integrate*.py +test-*.js +reviews/