# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.egg
*.egg-info/
dist/
build/
*.whl
.eggs/

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

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

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

# OS
Thumbs.db
.DS_Store
desktop.ini

# Project-specific
CLAUDE.md
PHASE2-CLAUDE.md
PHASE3-CLAUDE.md
PHASE4-CLAUDE.md
.claude/
docs/

# Audio temp files (auto-cleaned, shouldn't be committed)
*.wav
*.tmp

# Secrets
.env
*.pem
*.key
