From d8e01631430f0c8ba5355ecc9cc8c5af23641748 Mon Sep 17 00:00:00 2001 From: Harry Hung <4848896+HarryHung@users.noreply.github.com> Date: Wed, 18 Sep 2024 10:21:33 +0100 Subject: [PATCH] Ignore Singularity image --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index deec0ac..de5fc34 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ data tests/test_data/output/*.txt tests/regression_test_data/test_data **/__pycache__ +*.img