From 5a397dec9b7197211dbca95f9b6be76792eda86b Mon Sep 17 00:00:00 2001 From: "evgeny.ezhov" Date: Wed, 18 Oct 2017 21:56:44 +0300 Subject: [PATCH] add dist files to gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 4729bc5..24b43f6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ *.pyc /**/*.pyc +/dist +/*.egg-info