.venv/
__pycache__/
*.pyc
*.egg-info/
.pytest_cache/
.ruff_cache/
build/
dist/
.coverage

# Secrets / credentials — never commit
.env
.env.local
.env.*.local
*.pem
*.key
secrets/

# Local test artifacts
out/
artifacts/
*.onnx
*.wav
!tests/fixtures/*.wav

# One-off push helpers (kept out of the published package)
.tmp_*.py

# MkDocs build output
site/
_site_test/
