diff --git a/Python.gitignore b/Python.gitignore index 539da741..b92a0dee 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -1 +1,13 @@ *.py[co] + +# Packages +*.egg +*.egg-info +dist + +# Installer logs +pip-log.txt + +# Unit test / coverage reports +.coverage +.tox