From ea1cc32b91ca2a2626fe0f334fb9e5e136ca6d3c Mon Sep 17 00:00:00 2001 From: "Gerber, Mike" Date: Tue, 9 Jun 2020 13:25:05 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=B9=20dinglehopper:=20.gitignore=20Pyt?= =?UTF-8?q?hon=20stuff?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitignore b/.gitignore index 9deaf17..3d3a74a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,10 @@ +# Byte-compiled / optimized / DLL files +__pycache__/ +*.py[cod] + +# Distribution / packaging +*.egg-info/ + # User-specific stuff .idea/**/workspace.xml .idea/**/tasks.xml