Commit the previously-uncommitted current-state.md (left dirty by an interrupted wrap-up), gitignore the heavy context recovery files (screenshot/jsonl/snapshot), and add the consolidated Pi design brief for the shared-state + workflow cleanup. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
21 lines
306 B
Text
21 lines
306 B
Text
venv/
|
|
.env
|
|
**/*.env
|
|
**/.env.*
|
|
.env.*
|
|
*.pyc
|
|
__pycache__/
|
|
*.csv
|
|
data/
|
|
node_modules/
|
|
.DS_Store
|
|
.vercel
|
|
.claude/settings.local.json
|
|
.venv/
|
|
supabase/
|
|
graphify-out/
|
|
|
|
# context folder: keep current-state.md + the brief, ignore heavy recovery artifacts
|
|
context/*.png
|
|
context/*.jsonl
|
|
context/recovery-snapshot-*.md
|