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