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

# Claude
.claude
.claude/
.claude/*
CLAUDE.md

# Caches
.pytest_cache/
.ruff_cache/

# macOS
.DS_Store
._*

# Editor lock files
docs/~$*

# Environment
.env
*.env.local

# IDE
.vscode/
.idea/

# Playwright
.playwright-mcp