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

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

# IDE
.idea/
.vscode/
*.swp
*.swo
*~
.project
.pydevproject
.settings/

# OS
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

# Debug files
debug_*.py
debug_*.wav
debug_*.txt
debug_*.json

# Temporary files
*.tmp
*.temp
*.log
temp/
tmp/

# Audio test files
test_*.wav
test_*.mp3
output_*.wav

# Model weights (should be downloaded separately)
*.pt
*.pth
*.bin
*.safetensors
*.ckpt

# Jupyter
.ipynb_checkpoints/
*.ipynb

# Coverage
htmlcov/
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
.hypothesis/
.pytest_cache/
