about summary refs log tree commit diff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore6
1 files changed, 5 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 7135ef6..91958fd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,8 @@
 /**/*~
 /**/*.pyc
 /.hypothesis
-/instance
\ No newline at end of file
+/instance
+/build
+/dist
+/bdist
+/*.egg-info
\ No newline at end of file