Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 0f7c058..b44fd41 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,8 +1,10 @@
syntax: glob
+*.egg-info
*.pyc
*.swp
*~
*.*~
+build/
+dist/
data/out/
data/tmp/
-*.egg-info