Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01AaQCFnfsh3tfq1VfzdJpoi
26 lines
406 B
Text
26 lines
406 B
Text
# Secrets
|
|
.env
|
|
.env.*
|
|
*.local.md
|
|
|
|
# OS
|
|
.DS_Store
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.pyc
|
|
.venv/
|
|
dist/
|
|
build/
|
|
*.egg-info/
|
|
.pytest_cache/
|
|
.mypy_cache/
|
|
.ruff_cache/
|
|
|
|
# Continuity — local-only: dette repoet skal publiseres, STATE må aldri nå et offentlig speil
|
|
STATE.md
|
|
|
|
# Voyage execution-bokholderi (efemert per kjøring; STATE.md er kanonisk kontinuitet)
|
|
.session-state.local.json
|
|
.voyage/
|
|
.trekexecute-progress-*
|