From ed44dff89704da20b9615b9b2b25c7c5bc3f293d Mon Sep 17 00:00:00 2001 From: Vincent Berenz Date: Thu, 10 Oct 2024 18:12:06 +0200 Subject: [PATCH] added .gitignore --- .gitignore | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100755 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100755 index 0000000..02a22b1 --- /dev/null +++ b/.gitignore @@ -0,0 +1,16 @@ +# Python bytecode +__pycache__/ +.py[cod] + +# Environments +venv + +# Coverage reports +.coverage +*.xml + +# mypy +.mypy_cache/ + +# Editors. +*~