diff --git a/Python.gitignore b/Python.gitignore index 9b3f7e13..f76ed740 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -1,4 +1,7 @@ -*.py[co] +*.py[cod] + +# C extensions +*.so # Packages *.egg @@ -28,3 +31,4 @@ nosetests.xml #Mr Developer .mr.developer.cfg +