remove .cache in gitignore

This commit is contained in:
Yun Xu 2018-05-18 15:08:52 -07:00
parent 712b1ab779
commit bf40617140

1
.gitignore vendored
View File

@ -5,7 +5,6 @@
.coverage .coverage
.pytest_cache .pytest_cache
.tox .tox
.cache
__pycache__ __pycache__
build build
coverage.xml coverage.xml