# Python
__pycache__/
*.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

# Model weights (downloaded at runtime)
models/
*.pt
*.pth
*.ckpt
*.safetensors
*.bin

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

# Test outputs
test_output/
output/
*.wav
*.mp3
*.flac
*.ogg

# Jupyter
.ipynb_checkpoints/
