.pytest_cache added to .gitignore

This commit is contained in:
Konrad Cempura 2018-07-15 21:00:14 +02:00
parent 11f0233ef2
commit 9b7c55e9cb

1
.gitignore vendored
View file

@ -2,6 +2,7 @@
__pycache__/ __pycache__/
*.py[cod] *.py[cod]
*$py.class *$py.class
.pytest_cache/
# C extensions # C extensions
*.so *.so