# Python
__pycache__/
*.py[cod]
*.egg-info/
build/
dist/
.venv/
venv/
.pytest_cache/
.coverage
.coverage.*
.ruff_cache/
.mypy_cache/

# Local work products
work/
out/
outputs/
# Host-side media for the Compose example (`compose.yaml` mounts ./data/input).
data/
*.wav
!src/textflowkit/assets/selftest-speech.wav
*.mp3
*.m4a
*.mp4
*.webm
*.srt
*.vtt

# Secrets / local config
.env
*.local.toml

# OS / editor
.DS_Store
Thumbs.db
.vscode/
.idea/
board/
