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

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

# Test
.pytest_cache/
.coverage
htmlcov/

# Env
.env
*.log

# Build
dist/
build/
*.mcpb

# Playwright MCP artifacts
.playwright-mcp/

# Review files
*review.md
