Files
rarelens/.gitignore
T
Kemal Yaylali 2558046d7d
ci / api (push) Failing after 2s
ci / pipeline (push) Failing after 1s
ci / ml (push) Failing after 8s
ci / terraform (push) Successful in 13s
ci / web (push) Successful in 44s
ci / images (api, api, api/Dockerfile) (push) Skipped
ci / images (loader, pipeline, pipeline/loader.Dockerfile) (push) Skipped
ci / images (ml, ml, ml/Dockerfile) (push) Skipped
ci / images (pipeline, pipeline, pipeline/Dockerfile) (push) Skipped
ci / images (web, web, web/Dockerfile) (push) Skipped
chore: keep the write-up out of the repository
docs/blog/ is untracked and ignored. The article, its figures and the diagram
sources stay in the working directory - the PDF is still the thing to send -
but 6 MB of rendered output does not belong in the history, and the post now
lives as a WordPress draft with its own copies of the images.
2026-09-12 13:56:32 +01:00

26 lines
361 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
# The write-up and its figures are kept locally but out of the repository.
docs/blog/
!data/README.md
.DS_Store