__pycache__/
*.py[cod]
.venv/
.pytest_cache/
.ruff_cache/
node_modules/
*.tsbuildinfo
dist/
coverage/
.DS_Store
.env
.env.*
!.env.example
# resolver cache — created when a demo/example resolves github: deps
.dna-cache/
# MkDocs build output — the docs site is built in CI / on Pages, never committed
site/
# per-workstation pointer written by `dna sdlc story start` (read by the
# prepare-commit-msg hook) — never source-of-truth, never committed
.dna/active-story.txt

# Local hybrid-search index store (dna recall/search) — s-record-search-sqlite
.dna-search/
