Add .pytest_cache/ to gitignore

This commit is contained in:
Erik Johnson 2018-03-19 16:03:29 -05:00
parent 5db859c5c3
commit 8ef99c3d6a
No known key found for this signature in database
GPG Key ID: 5E5583C437808F3F

1
.gitignore vendored
View File

@ -15,3 +15,4 @@ venv-*/
.coverage
.coverage.*
htmlcov
.pytest_cache/