ignore cache for pytests

This commit is contained in:
Vostretsov Nikita 2018-08-17 14:39:06 +00:00
parent 91f986ecf4
commit 2b212d4266
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -12,6 +12,7 @@ dist
.idea
htmlcov/
.coverage
.pytest_cache/
.coverage.*
.cache/