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

# Virtual environment
.venv/
venv/
ENV/

# Environment variables
.env

# Data directory (keep .gitkeep)
data/*
!data/.gitkeep

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

# OS
.DS_Store
Thumbs.db
.worktrees/
.claude
.playwright-mcp/
uv.lock

# Internal planning notes, never tracked
docs/
