# 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/

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

# Jupyter
.ipynb_checkpoints/

# Data files (too large for git)
benchmark_data/
*.wav
*.mp3
*.flac

# Results (submit via PR, don't commit directly)
results/*/scores/

# Temporary files
*.tmp
*.temp
.DS_Store
Thumbs.db

# Logs
*.log

# Environment variables
.env
.env.local

# HuggingFace cache
.cache/
personal_notes.txt
