Add .pytest_cache/ to .gitignore

This commit is contained in:
Alex Root Junior 2018-04-05 23:24:57 +03:00
parent d2232d127d
commit 2a8eefc3af

1
.gitignore vendored
View file

@ -33,6 +33,7 @@ pip-delete-this-directory.txt
# Unit test / coverage reports
htmlcov/
.tox/
.pytest_cache/
.coverage
.coverage.*
.cache