From 87c0b0ab8858d2041aeac8b3b80fd5ed5a9b5b2c Mon Sep 17 00:00:00 2001 From: Carsten Hinz <chinz@linux.fritz.box> Date: Fri, 26 Apr 2024 07:51:26 +0200 Subject: [PATCH] added temporary files to ignore --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 7471f2a..04b556d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,7 @@ poetry.lock *.zip __pycache__ -report.* \ No newline at end of file +report.* +cache/ +tests/cache/ +*/.ipynb_checkpoints/ -- GitLab