diff --git a/.gitignore b/.gitignore index b99b682..d4b701a 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,18 @@ wheels/ # SQLite dev database *.db + +# Unit test / coverage reports +htmlcov/ +.tox/ +.nox/ +.coverage +.coverage.* +.cache +nosetests.xml +coverage.xml +*.cover +*.py.cover +.hypothesis/ +.pytest_cache/ +cover/