Include core in Python distribution
diff --git a/.gitignore b/.gitignore
index f059eca..471649d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,8 +4,13 @@
 libs
 objs
 
-# Python virtual environments
-python*_virtual_environment
+# Python items
+.coverage*
+.eggs
+.tox
+htmlcov/
+dist/
+*.egg
 
 # gcov coverage data
 reports