first commit

This commit is contained in:
2026-05-15 19:47:31 +08:00
commit bcde9712b0
23 changed files with 7049 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
*.pyc
__pycache__/
*.pyd
*.pyo
# 打包产物
build/
dist/
dist_cy/
dist_obf/
# APK文件夹
apks/
# 资源包
package.bin
# IDE
.vscode/
.idea/
# 临时文件
*.log
*.tmp