__pycache__/
*.pyc
.pytest_cache/
.coverage
*,cover
htmlcov/
*.egg-info/
build/
dist/
.venv/
venv/
.mypy_cache/
.ruff_cache/
.snapshots/
.DS_Store

# Per-agent transient worktrees used during the audit/fix loop
.claude/

# Secrets — local credentials for the live device
access.yaml

# Live-device probe captures (large, host-specific, regenerated as needed)
tests/fixtures/live_*.json
tests/fixtures/full_exercise.json
tests/fixtures/range_probe.json
