forked from orbit-oss/flask
* Adding coverage generation to tox * Removing test directory from coverage command * Adding back to pytest command
19 lines
150 B
Text
19 lines
150 B
Text
.DS_Store
|
|
*.pyc
|
|
*.pyo
|
|
env
|
|
env*
|
|
dist
|
|
build
|
|
*.egg
|
|
*.egg-info
|
|
_mailinglist
|
|
.tox
|
|
.cache/
|
|
.idea/
|
|
|
|
# Coverage reports
|
|
htmlcov
|
|
.coverage
|
|
.coverage.*
|
|
*,cover
|