macOS writes these into any directory Finder touches; two had appeared at the repo root and under docs/.
31 lines
491 B
Plaintext
31 lines
491 B
Plaintext
__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
|
|
.DS_Store
|