# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
venv/
ENV/
.venv
*.egg-info/
dist/
build/
*.egg
.eggs/
.pytest_cache/
.coverage
.tox/
.mypy_cache/
.dmypy.json
dmypy.json
.pyre/
.ruff_cache/
*.pyc

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

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

# Project specific
sandbox/
.env
*.wav
*.mp3
*.flac
*.ogg
*.m4a
*.aac

# Dependencies
uv.lock
.python-version

# Testing
htmlcov/
.coverage
coverage.xml
*.cover
.hypothesis/

# Logs
*.log
logs/

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

# PyTorch
*.pth
*.pt
checkpoints/
models/

# Jupyter
.ipynb_checkpoints/
*.ipynb

# OS
Thumbs.db
.DS_Store

# Claude
.claude/
output/
src/speechflow/_version.py

# MCP
.mcp.json
.serena/

# SDD project data
.sdd/
