Add pytests .cache to .gitignore

This commit is contained in:
Thor77 2018-02-01 17:02:56 +01:00
parent 56471137c0
commit 489d609807
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

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