From 71618a503e7f8d0c2c91162f6670d1e33e0be045 Mon Sep 17 00:00:00 2001 From: mbergmann Date: Fri, 18 Oct 2024 13:09:53 +0000 Subject: [PATCH] .gitignore aktualisiert Added the data folder to gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 5d381cc..3fb00e0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ +data/ + + # ---> Python # Byte-compiled / optimized / DLL files __pycache__/