1
0
mirror of https://github.com/kevin1024/vcrpy.git synced 2025-12-08 16:53:23 +00:00

Add .pytest_cache/ to .gitignore

This commit is contained in:
Luiz Menezes
2018-05-06 19:17:23 -03:00
parent 7e695ff7bc
commit 8621427f46

1
.gitignore vendored
View File

@@ -1,6 +1,7 @@
*.pyc *.pyc
.tox .tox
.cache .cache
.pytest_cache/
build/ build/
dist/ dist/
*.egg/ *.egg/