Ignore Python test caches

This commit is contained in:
Timmy Jr. 2026-08-07 14:37:16 +00:00
parent cec957ead6
commit f42f7b9ddc

3
.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
__pycache__/
*.py[cod]
.pytest_cache/