mirror of
https://github.com/0xWheatyz/handler.git
synced 2026-08-30 04:46:25 +00:00
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:
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user