__pycache__/
*.py[cod]
.env
.env.*
!.env.example
.pytest_cache/
.ruff_cache/
.venv/
build/
dist/
*.egg-info/
*.wav

# Working copy of the delivery example DB (generated from the committed seed)
examples/voice/delivery/delivery_db.json
