# Python
__pycache__/
*.pyc
*.pyo
*.egg-info/
*.egg
dist/
build/
*.whl
src/*.egg-info/

# Virtual environments
.venv/
venv/
.python-version

# uv
uv.lock

# Testing
.coverage
.coverage.*
htmlcov/
coverage.xml
.pytest_cache/

# Type checking
.mypy_cache/

# Temp files
/tmp/
*.wav
*.mp3
*.flac

# OS
.DS_Store
Thumbs.db

# Editor
*.swp
*.swo
*~
.vscode/
.idea/

# VAD model cache
silero_vad.onnx
