Merge pull request #140 from apache/ignore_python_temp_files

add output of python build processes to .gitignore
diff --git a/.gitignore b/.gitignore
index 97976c8..b8f2cc9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -20,6 +20,12 @@
 lib/
 Default/
 
+# Python files
+.eggs/
+.tox/
+dist/
+python/datasketches.egg-info/
+
 # Log file
 
 # Package Files #