# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
.eggs/
*.egg

# Virtual environments
.venv/
venv/
env/

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

# OS
.DS_Store
Thumbs.db

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

# SQLite databases (runtime data)
*.db

# Wheels
*.whl

# Type checking
.mypy_cache/

# Docs
site/

# Playwright MCP
.playwright-mcp/

# Temporary screenshots (Playwright, debug)
/*.png
/*.jpeg

# Environment
.env
.env.local

# Claude Code (private project instructions)
CLAUDE.md
.claude/
