chore: ignore .claude/ local state directory
Machine-specific permission grants and stop-hook state should not be version-controlled — the .local suffix convention signals this. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
2fdbcb5d7a
commit
3cbc9ce396
1 changed files with 3 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -174,6 +174,9 @@ cython_debug/
|
||||||
# PyPI configuration file
|
# PyPI configuration file
|
||||||
.pypirc
|
.pypirc
|
||||||
|
|
||||||
|
# Claude Code local state (machine-specific, not for version control)
|
||||||
|
.claude/
|
||||||
|
|
||||||
# state-hub
|
# state-hub
|
||||||
state-hub/.venv/
|
state-hub/.venv/
|
||||||
state-hub/.env
|
state-hub/.env
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue