# Dependencies
node_modules/
__pycache__/
*.pyc
.venv/

# Build output
out/
dist/
build/
*.egg-info/

# Data (generated, not checked in)
data/

# Environment
.env
.env.local

# Claude Code local settings and runtime state
.claude/settings.local.json
.claude/*.lock
.claude/worktrees/

# IDE
.vscode/
.idea/

# OS
.DS_Store
Thumbs.db

# Testing
coverage/
.coverage
.pytest_cache/
htmlcov/

# Playwright MCP screenshots
.playwright-mcp/
