# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
*.egg

# Virtual environments
.venv/
venv/
ENV/
env/

# IDE
.idea/
.vscode/
*.swp
*.swo
.DS_Store

# Environment / secrets
.env
.env.local
*.pem

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/
.nox/

# Generated outputs (examples)
examples/output.wav
examples/transcript.txt

# Build artifacts
*.whl
