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

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

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/
.playwright-mcp/

# Project specific - Claude Code local data
.claude/

# OS
.DS_Store
Thumbs.db

# uv
uv.lock

# Internal dev docs (keep locally, not in repo)
.specs/
