From 76a9199d71cb541d289e044df30c245f1a18f21d Mon Sep 17 00:00:00 2001 From: Daniel Ecer <de-code@users.noreply.github.com> Date: Wed, 3 Jan 2018 20:21:30 +0000 Subject: [PATCH] added .eggs to gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index e70b19a..ac0d845 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ /venv /dist /*.egg-info +/.eggs /.cache /.models -- GitLab