chore: ignore pycache and Python bytecode files

This commit is contained in:
root
2026-03-10 18:44:36 +08:00
parent c291e95a39
commit 1856282a30

7
.gitignore vendored Normal file
View File

@@ -0,0 +1,7 @@
# Python bytecode
__pycache__/
*.pyc
*.pyo
*.pyd
*$py.class