chore: gitignore src/data/ (test runtime artifacts)

Test runs generate src/data/swarm.db and src/data/self_modify_reports/
which should not be tracked.

https://claude.ai/code/session_01JNjWfHqusjT3aiN4vvYgUk
This commit is contained in:
Claude
2026-02-26 22:09:04 +00:00
parent 89e677e5cc
commit 3adc18c208

1
.gitignore vendored
View File

@@ -37,6 +37,7 @@ reports/
# Self-modify reports (auto-generated)
data/self_modify_reports/
src/data/
# Handoff context (session-scoped)
.handoff/