# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Virtual environments
.venv
history/*
!history/.gitkeep
.DS_Store
.playwright-mcp

# Local planning/scratch docs (not part of published site)
docs/plans/
docs/*-prompt.md

# Claude Code local settings (user-specific)
.claude/

# Coverage
htmlcov/
coverage.xml
coverage.json
.coverage

# Mutation testing
.mutmut-cache/

# Hypothesis example database
.hypothesis/
