# Build artifacts
build/
dist/
*.egg-info/
site/

# Testing
.coverage
.pytest_cache/
htmlcov/

# Python cache
__pycache__/
*.py[cod]
*$py.class

# Virtual environments
.venv/
.env

# IDE
.vscode/
.idea/

# OS
.DS_Store
Thumbs.db

# Ruff and mypy caches
.ruff_cache/
.mypy_cache/

# Claude Code
.claude/settings.local.json
