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

# 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
