From 08f9abbf3cd9fb5082eef1f7fd6efbfc88cf6c82 Mon Sep 17 00:00:00 2001 From: vanzhiganov Date: Sun, 22 May 2016 12:30:42 +0300 Subject: [PATCH] add *.egg-info to ignore file --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index c185202..c800876 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ *.pyc build/ dist/ -.idea/ \ No newline at end of file +.idea/ +*.egg-info/