Add .pytest_cache to .gitignore to exclude test cache files

This commit is contained in:
William Valentin
2025-07-24 13:22:38 -07:00
parent 40da6f1fba
commit cd833ba457

1
.gitignore vendored
View File

@@ -10,3 +10,4 @@ logs/
.vscode/
.venv/
.poetry/
.pytest_cache/