From 4f42bffa115fc933d46fcd0d6fb1990e4d87f72c Mon Sep 17 00:00:00 2001 From: Carsten Hinz <c.hinz@fz-juelich.de> Date: Tue, 30 Apr 2024 09:25:25 +0200 Subject: [PATCH] got current ignore file --- .gitignore | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 7471f2a..8922727 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,10 @@ poetry.lock *.zip __pycache__ -report.* \ No newline at end of file +report.* +cache/ +tests/cache/ +*/.ipynb_checkpoints/ +tests/data/ +data/ +tests/results -- GitLab