From 3b049cdb9ca597c7e1458538b74ade3630e4a12f Mon Sep 17 00:00:00 2001 From: AlexVonB Date: Sun, 9 Aug 2020 21:13:33 +0200 Subject: [PATCH] added egg dirs to gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index ae9fdc5..8350118 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,7 @@ *.pyc *.egg +.eggs/ +*.egg-info/ .DS_Store /.env /dist