Skip to content

Commit

Permalink
Ignore python test coverage files (airbytehq#6144)
Browse files Browse the repository at this point in the history
  • Loading branch information
tuliren authored Sep 16, 2021
1 parent 8dcaf25 commit 29cb35c
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 29cb35c

Please sign in to comment.