From 7784ecaba30f4a0b295e45fde8fc11cd23218523 Mon Sep 17 00:00:00 2001 From: WorldTeacher <41587052+WorldTeacher@users.noreply.github.com> Date: Mon, 3 Jun 2024 12:26:42 +0200 Subject: [PATCH] add gitignore --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c6f9ffd --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ + +.history +**/__pycache__/** +**/output/**