Add .pytest_cache to .gitignore

This commit is contained in:
Thor77 2018-03-31 21:02:31 +02:00
parent e3bc2d46a4
commit 43b95d3d86
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

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