chore: ignore Python bytecode and pytest cache

This commit is contained in:
zhi
2026-03-20 09:47:40 +00:00
parent 63e3352854
commit 7b49b17edd

5
.gitignore vendored Normal file
View File

@@ -0,0 +1,5 @@
__pycache__/
*.pyc
*.pyo
*.pyd
.pytest_cache/