# Python-generated files
__pycache__/
*.py[oc]
*.py[cod]
*$py.class
build/
dist/
wheels/
*.egg-info
.installed.cfg
*.egg
MANIFEST

# Virtual environments
.venv
venv/
env/
ENV/

# IDE and editors
.vscode/
.idea/
*.swp
*.swo

# OS files
.DS_Store
Thumbs.db

# Audio files for testing
*.wav
*.mp3
*.m4a
*.flac
*.ogg
*.aac

# API keys and credentials
*.json
.env
.env.local
.env.production
credentials/
config/

# Test and coverage
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.tox/
.cache
nosetests.xml
coverage.xml

# Temporary files
tmp/
temp/
*.tmp

# Jupyter
.ipynb_checkpoints

# MyPy
.mypy_cache/
.dmypy.json
dmypy.json
