Add .pytest_cache/ directory to .gitignore

This commit is contained in:
rdb 2018-07-02 11:54:27 +02:00
parent f5a78d599d
commit cce21a5bee

1
.gitignore vendored
View File

@ -59,3 +59,4 @@ __pycache__/
# Test tool cache directories
.tox/
.cache/
.pytest_cache/