From eccab2878ff00ddfee20e33ecd2e0c566598c35e Mon Sep 17 00:00:00 2001 From: Alessio Fumagalli Date: Fri, 7 Jun 2019 08:59:49 +0200 Subject: [PATCH] add the .eggs folder to gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 0cd186d4b1..031644bfbd 100644 --- a/.gitignore +++ b/.gitignore @@ -31,3 +31,4 @@ bin/* *.ipynb_checkpoints* *.eps *.pdf +.eggs/