__pycache__/
*.py[cod]
*$py.class
*.so

.venv/
venv/
env/
.python-version

build/
dist/
*.egg-info/
*.egg

.pytest_cache/
.mypy_cache/
.ruff_cache/

.idea/
.vscode/
*.swp

.DS_Store
Thumbs.db
desktop.ini

# Whisper model cache (downloaded on first run)
.cache/
*.bin

# Recordings / debug audio
*.wav
*.flac
!examples/*.wav

# HyperFrames render cache
icon/.hyperframes/

# Skills / agent tooling (not part of the distributed package)
.agents/
.claude/
