# Python
__pycache__/
*.pyc
*.pyo
*.egg-info/
dist/
build/
.venv/

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

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

# Environment
.env
.env.local

# Database
*.db

# OS
.DS_Store
Thumbs.db

# Project
CLAUDE.md
CLAUDE.local.md
.claude/
.playwright-cli/
site/
