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

# Virtual environments
.venv/
venv/

# Testing
.pytest_cache/
.coverage
htmlcov/

# Tooling
.ruff_cache/
.mypy_cache/

# Environment
.env

# Editors
.vscode/
.idea/

# OS
.DS_Store
Thumbs.db

# Playwright MCP session artifacts
.playwright-mcp/

# Claude Code local settings
.claude/
