From 3adc18c208b82049e26e5dfff4a01e08b05b1da8 Mon Sep 17 00:00:00 2001 From: Claude Date: Thu, 26 Feb 2026 22:09:04 +0000 Subject: [PATCH] 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 --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 14cf9981..0814e2b8 100644 --- a/.gitignore +++ b/.gitignore @@ -37,6 +37,7 @@ reports/ # Self-modify reports (auto-generated) data/self_modify_reports/ +src/data/ # Handoff context (session-scoped) .handoff/