# Tier-2 / Tier-3 corpus and the gitignored oracle/deep/broad tree: generated locally,
# never committed. `tests/goldens/full/` holds the optional @slow oracle tiers.
/data/
/tests/goldens/full/

# Generated build trees
/build/

# Local-only copy of the upstream ECGdeli MATLAB source (for manual cross-checking).
# Not vendored -- fetch it separately; see the provenance commit in docs/DESIGN.md.
/third_party/

# Editor / agent local config -- never tracked, never shipped
.claude/

# Python
.venv/
__pycache__/
*.py[cod]
*.egg-info/
dist/

# Tooling caches
.mypy_cache/
.ruff_cache/
.pytest_cache/
.coverage
htmlcov/
