chore: exclude generated Python bytecode

This commit is contained in:
冰朔 2026-08-01 18:17:48 +08:00
commit ce39a76e02
3 changed files with 2 additions and 0 deletions

2
.gitignore vendored
View file

@ -3,6 +3,8 @@
# macOS
.DS_Store
__pycache__/
*.py[cod]
.AppleDouble
.LSOverride