Index: eyeo-depup/.hgignore |
diff --git a/.hgignore b/eyeo-depup/.hgignore |
similarity index 54% |
copy from .hgignore |
copy to eyeo-depup/.hgignore |
index e76b4d4ec7985dceb5092de2a197929d6323b366..31a29b499a2df36012e461afc1e145b8fd4dfde6 100644 |
--- a/.hgignore |
+++ b/eyeo-depup/.hgignore |
@@ -1,10 +1,13 @@ |
syntax: glob |
+ |
*.pyc |
*.pyo |
+.coverage |
.tox/ |
__pycache__/ |
-*.egg-info/ |
+tests/__pycache__/ |
build/ |
dist/ |
-.cache/ |
-.coverage |
+.eggs/ |
+eyeo_depup.egg-info/ |
+htmlcov/ |