Add project CLAUDE.md and ignore machine-local .claude files

- CLAUDE.md: project guidance for Claude Code (repo layout, commands,
  architecture, no-collapse guardrails).
- .gitignore: exclude .claude/settings.local.json and .claude/*.local.*
  (personal permission allowlists and transient ralph-loop session state).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-06-13 15:00:25 +02:00
parent f7ad73d9da
commit 48272ea170
2 changed files with 111 additions and 0 deletions

4
.gitignore vendored
View File

@@ -174,3 +174,7 @@ cython_debug/
# PyPI configuration file
.pypirc
# Claude Code (machine-local, not shared)
.claude/settings.local.json
.claude/*.local.*