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

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

# Data / artifacts (never commit real sequence data).
# `data/` must stay anchored to the repo root: unanchored, it also swallows
# `src/ctxchain/data/`, which kept the whole data layer out of git and out of
# every built wheel.
*.parquet
*.npz
/data/
!tests/**/*.npz

# macOS / Google Drive
.DS_Store
Icon?

# Open datasets pulled by validation/fetch.sh -- not redistributed.
validation/data/
validation/*.ctxchain
