.pytest_cache into .gitignore

This commit is contained in:
ziajka 2018-02-21 10:27:01 +01:00
parent f1d8ee30cd
commit 1b3065750d

1
.gitignore vendored
View File

@ -1,5 +1,6 @@
*.py[cod] *.py[cod]
__pycache__ __pycache__
.pytest_cache
#py.test #py.test
.cache .cache