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

# Virtual environments
.venv
venv/

# Testing
.pytest_cache/
.coverage
htmlcov/
.ruff_cache/

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

# Claude Code
.claude/

# OS
.DS_Store
Thumbs.db

# Generated docs
README.html
README_files/

# Temp files
tmpclaude-*
*.tmp

# mypy
.mypy_cache/