From 9f8b2cf77fd03ebead5e94a2db95a574e41100ee Mon Sep 17 00:00:00 2001 From: Brad Pitcher Date: Wed, 4 Jan 2017 08:08:35 -0800 Subject: [PATCH] ignore .eggs and htmlcov --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index b629af3..8dff601 100644 --- a/.gitignore +++ b/.gitignore @@ -6,9 +6,11 @@ docs/_build *.egg-info *.egg +.eggs dist build env +htmlcov # Editors .idea