# 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
house-s01/
house_s01.json
# Experiments and scripts (internal, not part of library)
/experiments/
/scripts/
docs/experiments/
program.md
results.tsv

# Pipeline run history
runs/

# Worktrees
.worktrees/

# Claude Code harness (local)
.claude/
