chore: add Python cache exclusions to .gitignore
Some checks failed
Test / pytest (pull_request) Failing after 7s

This commit is contained in:
2026-04-26 20:45:25 -04:00
parent ca21e3e886
commit c4cb325568

3
.gitignore vendored
View File

@@ -1,2 +1,5 @@
__pycache__/
*.pyc
.pytest_cache/
.mypy_cache/