diff --git a/.gitignore b/.gitignore index 42c590666322..f02f5b77b68b 100644 --- a/.gitignore +++ b/.gitignore @@ -29,6 +29,21 @@ __pycache__ .ipynb_checkpoints .pytest_ +# Python unit test / coverage reports +htmlcov/ +.tox/ +.nox/ +.coverage +.coverage.* +.cache +nosetests.xml +coverage.xml +*.cover +*.py,cover +.hypothesis/ +.pytest_cache/ +cover/ + # dbt profiles.yml