From a9af7d4459379446077e694e1ff2aa2eed274797 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20Ke=C3=9Fler?= Date: Wed, 6 Oct 2021 18:48:17 +0200 Subject: [PATCH] add gitignore file --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index d2ad9ef..1cb9fdc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ __pycache__/* .idea/* +main.py +test.py