ignore pytest cache

This commit is contained in:
David Lord 2018-02-24 08:23:12 -08:00
parent b0c1da1e7e
commit 624895620a
No known key found for this signature in database
GPG Key ID: 7A1C87E3F5BC42A8
1 changed files with 7 additions and 6 deletions

13
.gitignore vendored
View File

@ -3,19 +3,20 @@
.flaskenv .flaskenv
*.pyc *.pyc
*.pyo *.pyo
env env/
env* env*
dist dist/
build build/
*.egg *.egg
*.egg-info *.egg-info/
_mailinglist _mailinglist
.tox .tox/
.cache/ .cache/
.pytest_cache/
.idea/ .idea/
# Coverage reports # Coverage reports
htmlcov htmlcov/
.coverage .coverage
.coverage.* .coverage.*
*,cover *,cover