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:
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
|
||||||
|
|||||||
Reference in New Issue
Block a user