Add agent session files and temporary work files to gitignore

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 <noreply@anthropic.com>
This commit is contained in:
Danny Stocker 2025-11-15 06:19:52 +01:00
parent 44d7baad4c
commit 40d6986f0e

14
.gitignore vendored
View file

@ -57,3 +57,17 @@ data/
playwright.config.manual.js playwright.config.manual.js
tests/e2e/frontend-detailed.spec.js tests/e2e/frontend-detailed.spec.js
tests/e2e/frontend-manual.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/