From f7549a29a699db83789a375e5a9bc42d6f33741b Mon Sep 17 00:00:00 2001 From: Marc Michalsky Date: Fri, 5 Nov 2021 11:59:41 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=99=88=20add=20pycache=20to=20gitignore?= =?UTF-8?q?=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index e592bf9..053f1e7 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,6 @@ templates/* # Logs marvin.log + +# pycache +__pycache__/