__pycache__/
*.pyc
.venv/
.pytest_cache/
*.egg-info/
dist/
build/

# Source documents are fetched, not committed — except the two that the test
# suite needs to run at all, which are small and pinned:
#   data/cache/cfr-19-102-<date>.xml   the regulation the corpora are built from
#   data/cache/cross-hq-*-index.json   which rulings the validation set is drawn from
# The rulings themselves are ~12 MB the package never reads; fetch them with
#   python -m originshift.validate --fetch
data/cache/cross/

# Internal planning document, not part of the package.
originshift.md

# Promotion research, not part of the package.
research/
