Add .pytest_cache directory to gitignore

This commit is contained in:
Bruno Oliveira 2018-01-29 08:44:11 -02:00
parent 6e4efccc38
commit ab00c3e911
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -33,6 +33,7 @@ env/
3rdparty/ 3rdparty/
.tox .tox
.cache .cache
.pytest_cache
.coverage .coverage
.ropeproject .ropeproject
.idea .idea