feat: initial commit — repo bootstrap (D7 sibling on Claude Agent SDK)
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01AaQCFnfsh3tfq1VfzdJpoi
This commit is contained in:
commit
b2f2842c86
3 changed files with 60 additions and 0 deletions
26
.gitignore
vendored
Normal file
26
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
# 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-*
|
||||
Loading…
Add table
Add a link
Reference in a new issue