Ignore pytest cache

This commit is contained in:
ines 2018-07-19 12:30:09 +02:00
parent 6e2930a4a2
commit c0b62ce13c

1
.gitignore vendored
View File

@ -26,6 +26,7 @@ Profile.prof
.Python .Python
.python-version .python-version
__pycache__/ __pycache__/
.pytest_cache
*.py[cod] *.py[cod]
.env/ .env/
.env* .env*