diff --git a/Python.gitignore b/Python.gitignore index d500ec4bd8a34eab9483ae23edd0f7349aff8971..f24cd9952da6568ccae31e4d333551ade6907553 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -8,6 +8,8 @@ build eggs parts bin +var +sdist develop-eggs .installed.cfg @@ -17,3 +19,9 @@ pip-log.txt # Unit test / coverage reports .coverage .tox + +#Translations +*.mo + +#Mr Developer +.mr.developer.cfg