# local-only thinking and audit notes (hygiene-ok: gitignore is the sanctioned place to reference this path)
.scratch/

# generated machine state (commit is opt-in per SPEC; default ignored)
observed/

# real per-machine adapter settings are instance-specific; only the .example ships
instance.yaml

# local-only clean-room verification env (Docker); not shipped, run per feature/fix
rehearsal/
.dockerignore

# python
.venv/
__pycache__/
*.egg-info/

# editors
.idea/

.claude/
.playwright-mcp/
.DS_Store

dist/
