Ignore Claude Code local-only state (.local.* under .claude/)
Per-session ralph state and machine-local Claude settings shouldn't be committed. Shared Claude config under .claude/ (commands, agents) stays tracked. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
parent
f0896db725
commit
9ec5d3146a
1 changed files with 5 additions and 0 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
|
@ -174,3 +174,8 @@ cython_debug/
|
|||
# PyPI configuration file
|
||||
.pypirc
|
||||
|
||||
# Claude Code local-only state (per-session ralph loop state, machine-local
|
||||
# settings). Shared Claude config (e.g. .claude/commands/) stays tracked.
|
||||
.claude/*.local.*
|
||||
.claude/settings.local.json
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue