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

# Virtual environments
.venv/
venv/

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

# OS
.DS_Store
Thumbs.db

# Environment and secrets
.env
.env.*
credentials.json

# Test / coverage
.pytest_cache/
.coverage
htmlcov/

# Data files
*.pdf
# Allow docs/images/ PNGs but ignore others
*.png
!docs/images/*.png

# Playwright MCP
.playwright-mcp/

# Internal — not part of the library
tasks/
CLAUDE.md
experiments/
program.md
results.tsv

# Worktrees
.worktrees/
