From ad2b0a1d9bb084a0e8f6730e9200695577844fd3 Mon Sep 17 00:00:00 2001 From: "Gerber, Mike" Date: Fri, 1 Apr 2022 16:04:21 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=B9=20.gitignore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..756850f --- /dev/null +++ b/.gitignore @@ -0,0 +1,26 @@ +# Byte-compiled / optimized / DLL files +__pycache__/ +*.py[cod] +*$py.class + +# Distribution / packaging +*.egg-info/ + +# Unit test / coverage reports +htmlcov/ +.coverage +.coverage.* + +# Environments +.env +.venv +env/ +venv/ + +# mypy +.mypy_cache/ +.dmypy.json +dmypy.json + +# User-specific stuff +.idea