From 148c1d80b0926971de7422082d5ede82d4344fff Mon Sep 17 00:00:00 2001 From: Tamino Huxohl <thuxohl@techfak.uni-bielefeld.de> Date: Thu, 6 Oct 2022 09:04:55 +0200 Subject: [PATCH] update gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 90d940a..0f14916 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ venv/ **__pycache__/ /data/ +/trainings/ *.log jupyterhub* -- GitLab