Excluding VCRs from tests

This commit is contained in:
Joao Moura
2023-11-10 18:34:44 -03:00
parent ad3f6b1f23
commit e39d9c6efd

4
.gitignore vendored
View File

@@ -1,4 +1,6 @@
.DS_Store .DS_Store
.pytest_cache .pytest_cache
__pycache__ __pycache__
dist/ dist/
tests/cassettes/*
tests/agent_tools/cassettes/*