[V3] Add .pytest_cache to .gitignore (#1520)

This commit is contained in:
rngesus-wept 2018-04-11 18:45:53 -04:00 committed by palmtree5
parent 402f6c19e7
commit 04f93c98d2

2
.gitignore vendored
View File

@ -156,3 +156,5 @@ ENV/
# mypy
.mypy_cache/
# pytest
.pytest_cache/