.gitignore
.pre-commit-config.yaml
.python-version
AGENTS.md
CLAUDE.md
CONTRIBUTORS.md
DESIGN.md
LICENSE
NOTICE
README.md
conftest.py
pyproject.toml
uv.lock
.github/dependabot.yml
.github/zizmor.yml
.github/actions/setup/action.yaml
.github/workflows/code-quality-main.yaml
.github/workflows/code-quality-pr.yaml
.github/workflows/python-build.yaml
.github/workflows/tests.yaml
src/meds_random_task_sampler/__init__.py
src/meds_random_task_sampler/dense_grid.py
src/meds_random_task_sampler/provenance.py
src/meds_random_task_sampler/random_sample.py
src/meds_random_task_sampler/schema.py
src/meds_random_task_sampler/seeds.py
src/meds_random_task_sampler.egg-info/PKG-INFO
src/meds_random_task_sampler.egg-info/SOURCES.txt
src/meds_random_task_sampler.egg-info/dependency_links.txt
src/meds_random_task_sampler.egg-info/requires.txt
src/meds_random_task_sampler.egg-info/scm_file_list.json
src/meds_random_task_sampler.egg-info/scm_version.json
src/meds_random_task_sampler.egg-info/top_level.txt
tests/.gitkeep
tests/__init__.py
tests/conftest.py
tests/test_public_api.py
tests/test_runtime.py
tests/test_stage0_prediction_times.py
tests/test_stage1_query_distribution.py
tests/test_stage2_patient_contexts.py
tests/test_stage3_build_index.py
tests/test_stage4_labeling.py