From 5910eb7e8575a21b625785cb21c776733367fcae Mon Sep 17 00:00:00 2001 From: Mose Mueller Date: Mon, 10 Apr 2023 17:11:43 +0200 Subject: [PATCH] Adding gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c9cc281 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +**/__pycache__/ +**/.venv/ +**/.mypy_cache/ \ No newline at end of file