# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
.eggs/
build/
dist/
.venv/
venv/
.env
.env.secrets
.env.*

# SQLite
*.db
*.db-journal
*.db-wal
*.db-shm

# Node / client
client/node_modules/
client/dist/
client/.vite/

# Pytest / coverage
.pytest_cache/
.coverage
htmlcov/

# OS
.DS_Store
Thumbs.db

# Piper voice models (pre-staged locally, not committed)
*.onnx
*.pt
*.bin
piper_models/