*.pyc
__pycache__/
*.pyd
*.pyo

# 打包产物
build/
dist/
dist_cy/
dist_obf/

# APK文件夹
apks/

# 资源包
package.bin

# IDE
.vscode/
.idea/

# 临时文件
*.log
*.tmp
