chore(repo): ignore local test artifacts
This commit is contained in:
parent
0253b2377d
commit
ed547703ad
1 changed files with 15 additions and 0 deletions
15
.gitignore
vendored
15
.gitignore
vendored
|
|
@ -19,3 +19,18 @@ wheels/
|
||||||
|
|
||||||
# SQLite dev database
|
# SQLite dev database
|
||||||
*.db
|
*.db
|
||||||
|
|
||||||
|
# Unit test / coverage reports
|
||||||
|
htmlcov/
|
||||||
|
.tox/
|
||||||
|
.nox/
|
||||||
|
.coverage
|
||||||
|
.coverage.*
|
||||||
|
.cache
|
||||||
|
nosetests.xml
|
||||||
|
coverage.xml
|
||||||
|
*.cover
|
||||||
|
*.py.cover
|
||||||
|
.hypothesis/
|
||||||
|
.pytest_cache/
|
||||||
|
cover/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue