Session briefs and voyage baselines live under .claude/projects/; the remote is public, so they follow the same local-only rule as STATE.md. The brief-review round 1 flagged that this protection was sitting uncommitted while the brief already references corpus filenames. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01JhzrFYGvFMXBz6mF6D7DEn
22 lines
305 B
Text
22 lines
305 B
Text
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
.venv/
|
|
dist/
|
|
build/
|
|
*.egg-info/
|
|
.pytest_cache/
|
|
.mypy_cache/
|
|
.ruff_cache/
|
|
.coverage
|
|
|
|
# Environment / local
|
|
.env
|
|
.env.*
|
|
*.local.md
|
|
.DS_Store
|
|
|
|
# Local-only: public remote — never publish session state or internal briefs
|
|
/STATE.md
|
|
/docs/oppstartsprompt.md
|
|
/.claude/projects/
|