From 3f4ec30349532fa057c1236a20f16a6c26056abb Mon Sep 17 00:00:00 2001 From: "Gerber, Mike" Date: Thu, 18 Jun 2020 10:51:43 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=B9=20.gitignore=20=5F=5Fpychache=5F?= =?UTF-8?q?=5F/*.pyc?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c678a5e --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +# Byte-compiled / optimized / DLL files +__pycache__/ +*.py[cod]