# Virtual environments
.venv/
venv/
env/

# Python build / cache artifacts
__pycache__/
*.py[cod]
*.egg-info/
build/
dist/
.eggs/

# Test / type-check caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/

# Local secrets — never commit API keys
.env

# Generated audio from examples
*.wav
*.pcm

# Editor / OS noise
.DS_Store
.idea/
.vscode/
