Ignore python test coverage files (#6144)
This commit is contained in:
15
.gitignore
vendored
15
.gitignore
vendored
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user