__pycache__/
*.pyc
*.egg-info/
build/
.venv/
.env
!web/.env
node_modules/
.svelte-kit/
web/build/
pipeline/work/
pipeline/.nextflow*
pipeline/results/
mlruns/
*.tfstate
*.tfstate.backup
.terraform/
data/*.vcf*
data/*.tsv
data/*.case.json
data/*.zip
# LaTeX build artefacts; the PDF itself is committed as the deliverable.
docs/blog/*.aux
docs/blog/*.log
docs/blog/*.out
docs/blog/preview-*.png
docs/blog/diagram-sources/node_modules/
docs/blog/diagram-sources/out/
!data/README.md
