# Python
__pycache__/
*.py[oc]
*.pyd
build/
dist/
wheels/
*.egg-info
.eggs/

# Virtual environments
.venv
venv/
env/

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

# Type checking
.mypy_cache/
.pyright/

# IDEs
.vscode/
.idea/
*.sublime-project
*.sublime-workspace

# Windows
Thumbs.db
desktop.ini
$RECYCLE.BIN/

# Claude
.claude/settings.local.json

# Misc
.DS_Store
*.log
