From 9ec5d3146a1099a1ea28320e9170337b44805ec8 Mon Sep 17 00:00:00 2001 From: tegwick Date: Mon, 25 May 2026 10:58:39 +0200 Subject: [PATCH] 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 --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index 36b13f1..e307fd7 100644 --- a/.gitignore +++ b/.gitignore @@ -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 +