From ab1f8a4326bb487537b8564e0d135038929c9073 Mon Sep 17 00:00:00 2001 From: ciregenz Date: Thu, 25 Jun 2026 03:04:16 -0700 Subject: [PATCH] [eric] repo: gitignore the root CLAUDE.md (personal notes); conventions stay tracked in backend/frontend CLAUDE.md + linter/README --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index ec97f2e5..32ac2c7f 100644 --- a/.gitignore +++ b/.gitignore @@ -50,6 +50,7 @@ openswarm-cloud # Personal/per-machine AI working notes. Shared, enforced conventions live in committed # CLAUDE.md files (root + per-package); personal notes go in CLAUDE.local.md instead. CLAUDE.local.md +/CLAUDE.md # Local-only operator helpers (never commit) scripts/set-fly-*.sh # Local-only background dev-team state/docs (personal, never commit)