__pycache__/
*.pyc
*.pyo
.venv/
venv/
dist/
build/
*.egg-info/
.DS_Store

# Chrome profiles and generated data (contain WA session — never commit)
data/

# Generated assets
assets/*.png
assets/*.json
assets/*.ogg
assets/current.png
output/

# Secrets
.env

# Local agent config
.agent.json

# Playwright CLI logs
.playwright-cli/
docs/.playwright-cli/

# Session files (local state)
session/

# Compiled OCR binary (make ocr)
bin/

# Vision eval corpus — real WA screenshots, never commit (privacy).
# The harness (tests/test_corpus.py) and docs stay tracked.
tests/corpus/cases/

# Claude Code local config + worktrees
.claude/
