Add pytests .cache to .gitignore

This commit is contained in:
Thor77 2018-02-01 17:02:56 +01:00
parent 56471137c0
commit 489d609807

1
.gitignore vendored
View file

@ -1,6 +1,7 @@
__pycache__/
*.py[cod]
venv/
.cache/
build/
dist/