Add .pytest_cache to gitignore

This commit is contained in:
Bruno Oliveira
2018-06-03 16:10:55 -03:00
parent fd2e8a6711
commit b06c52a5d2

1
.gitignore vendored
View File

@@ -30,5 +30,6 @@ issue/
pytestdebug.log
.tox/
.cache/
.pytest_cache/
.eggs/
.idea/