summaryrefslogtreecommitdiff
path: root/.hgignore
diff options
context:
space:
mode:
Diffstat (limited to '.hgignore')
-rw-r--r--.hgignore11
1 files changed, 5 insertions, 6 deletions
diff --git a/.hgignore b/.hgignore
index ff958ef..44abbb2 100644
--- a/.hgignore
+++ b/.hgignore
@@ -1,14 +1,13 @@
syntax: glob
*.egg-info/
+*.egg/
+*.pyc
+*.class
dist/
build/
docs/_build/
-
-syntax: glob
.tox
-syntax: glob
.project
-syntax: glob
.pydevproject
-syntax: regexp
-^tests/fake_packages/FakeApp\.egg$ \ No newline at end of file
+.settings
+__pycache__