From 8c6309eff9895727900e03eef8347185a64f19e7 Mon Sep 17 00:00:00 2001 From: Benjamin Dweck Date: Thu, 8 Oct 2020 12:41:50 +0200 Subject: [PATCH] Updated .gitignore --- .gitignore | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index d7253b4..324c2d5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ .vagrant build venv -dist -*.egg-info +/dist/ +/*.egg-info +*.pyc __pycache__