diff --git a/.gitignore b/.gitignore index 6a8964aa0f..8b3efa2f6f 100644 --- a/.gitignore +++ b/.gitignore @@ -21,4 +21,20 @@ __pycache__/ #idea/pycharm .idea/ -.tox \ No newline at end of file + +# Unit test / coverage reports +htmlcov/ +.tox/ +.coverage +.coverage.* +.cache +nosetests.xml +coverage.xml +*.cover +.pytest_cache/ + +# testapp's build folder +testapps/build/ + +# Dolphin (the KDE file manager autogenerates the file `.directory`) +.directory