From 29cb35c90b37367ecff6bedd30fd5b01fa931617 Mon Sep 17 00:00:00 2001 From: LiRen Tu Date: Thu, 16 Sep 2021 08:09:26 -0700 Subject: [PATCH] Ignore python test coverage files (#6144) --- .gitignore | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/.gitignore b/.gitignore index 42c59066632..f02f5b77b68 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