# Build / packaging
dist/
build/
*.egg-info/
*.zip

# Python
__pycache__/
*.py[cod]
.venv/
venv/
.env

# Tooling caches
.ruff_cache/
.mypy_cache/
.pytest_cache/
.coverage
htmlcov/

# Editors / OS
.idea/
.vscode/
.DS_Store

# Media + model caches (never commit large binaries)
*.wav
*.mp3
*.m4a
/media/
/models/
*.bin
*.gguf
.cache/

# Transcription outputs / scratch
/workspace/
/output/
chunk_outputs/

# Keep the tiny test fixture (whitelist after the broad media ignores above)
!tests/fixtures/sample_5s.mp4
