summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitignore11
1 files changed, 10 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index e645833..fe3b5d1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,11 @@
*~
-*.pyc \ No newline at end of file
+*.pyc
+
+# virtualenv
+bin/
+build/
+dist/
+include/
+lib/
+local/
+*.egg-info/ \ No newline at end of file