outputs/
audios/
__pycache__
.env
backup
benchmark
notebooks
.scratch

resources
amicorpus
spanish-corpora/
benchmark-results/

.worktrees/
.axon

# hatch-vcs generated version file
coro/_version.py

# build artifacts
/dist/
/build/
*.egg-info/

# Self-hosted Scalar bundle: fetched at image build time, ~3.7 MB of minified
# JS that has no business in a Python repo's history.
coro/static/

# Exported API contracts. Generated from the running app by CI, linted and
# diffed there, never committed — they change on every schema edit and would be
# a permanent merge-conflict tax.
/openapi.json
/asyncapi.json

# secrets (varlock) — ignore all .env* except the committed schema/example
.env.*
!.env.schema
!.env.example
.tmp/
.scratch/
.journals/
