diff --git a/Python.gitignore b/Python.gitignore index b3ec7d5e13..782a9a2327 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -36,6 +36,17 @@ MANIFEST pip-log.txt pip-delete-this-directory.txt +# Generated documents / data exports +reports/*.pdf +reports/*.csv +output/*.pdf +output/*.csv +data/*.pdf +data/*.csv + +# Microsoft Office temporary files +~$* + # Unit test / coverage reports htmlcov/ .tox/