__pycache__/
*.pyc
*.pyo
.pytest_cache/
*.egg-info/
dist/
build/
.venv/
venv/
*_lacuna/
*.npz
*.npy
# The fitted sequence-ranker head is a shipped artifact, not a scratch file: the
# package is unusable with --rank-by learned-plm without it.
!lacuna/pockets/plm_head.npz
*.log
benchmarks/pdb_cache/
benchmarks/pm_data/
# CryptoBench working data is downloaded on demand and stays out of the
# repository, except the fold assignments: every published split depends on
# them, and leaving them to a download made reproduction contingent on an
# external host staying up. Ignoring the directory itself would make the
# negation below unreachable, hence the glob.
benchmarks/cb_data/*
!benchmarks/cb_data/folds.json
benchmarks/coach420_data/
.joss_review_venv/
.joss_review_out/

# Figure generation scratch output; the canonical copies live one level up.
paper/figures/software/out/
