From f175831e48c2ac4e4eed69e128e956fbfba61f4f Mon Sep 17 00:00:00 2001 From: amariichi <68761912+amariichi@users.noreply.github.com> Date: Sun, 3 May 2026 20:48:58 +0900 Subject: [PATCH] chore: ignore .claude/ local Claude Code state The .claude/ directory holds per-checkout Claude Code state (scheduled_tasks.lock, settings.local.json) that should not be shared. Mirrors the existing .codex_/ entry. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index ddc0a2c..89edb28 100644 --- a/.gitignore +++ b/.gitignore @@ -14,6 +14,7 @@ asr-worker/.venv/ # Local tool configs and caches .codex_/ +.claude/ .cache/huggingface/ .cache/vllm/ .env