Files
rarelens/.gitignore
T
Kemal Yaylali a7691c6bd6 chore: ignore .DS_Store
macOS writes these into any directory Finder touches; two had appeared at the
repo root and under docs/.
2026-09-12 13:25:12 +01:00

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