From a68203ca81964a6cc2e44137410ed8900ae9d094 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20F=C3=B6rster?= Date: Wed, 19 Feb 2025 12:21:41 +0100 Subject: [PATCH] update gitignore --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 3a8816c..6c1aeae 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,7 @@ +# own +prototypes/ +data/ + # Byte-compiled / optimized / DLL files __pycache__/ *.py[cod]