chore: gitignore Handler's per-agent .claude/ settings

Handler injects .claude/settings.json into every managed project's working dir
at spawn time (control/settings_gen.py) — regenerated per spawn and pointing at
container-specific paths. It's runtime scaffolding, not source, so ignore it to
keep the working tree clean.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
tester
2026-07-24 02:51:37 +00:00
parent bcf4f7b0f7
commit a6383f0928
+6
View File
@@ -220,3 +220,9 @@ __marimo__/
# Streamlit
.streamlit/secrets.toml
.omc/
# Claude Code per-agent settings — Handler injects .claude/settings.json into every
# managed project's working dir at spawn time (see control/settings_gen.py). It's
# regenerated per spawn and points at container-specific paths, so it's runtime
# scaffolding, not source to track.
.claude/