From 3cbc9ce3962782f0c1b51af692c79dbf374d0add Mon Sep 17 00:00:00 2001 From: tegwick Date: Thu, 12 Mar 2026 22:43:36 +0100 Subject: [PATCH] chore: ignore .claude/ local state directory MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 7d19574..faf1e0c 100644 --- a/.gitignore +++ b/.gitignore @@ -174,6 +174,9 @@ cython_debug/ # PyPI configuration file .pypirc +# Claude Code local state (machine-specific, not for version control) +.claude/ + # state-hub state-hub/.venv/ state-hub/.env