Files
2026-06-11 03:57:37 +08:00

67 lines
859 B
Plaintext

# Python 缓存/编译产物
__pycache__/
**/__pycache__/
*.py[cod]
*.pyd
*.pyo
# PyInstaller / Cython / 打包产物
build/
dist/
dist_cy/
dist_obf/
**/build/
**/dist/
**/dist_cy/
**/dist_obf/
*.spec
_core.*
launcher.py
setup_cython.py
# 打包好的安装器,不提交 exe 成品
*.exe
*.dll
*Installer*.exe
*安装*.exe
*刷入工具*.exe
*推送工具*.exe
*Pusher*.exe
UNIZ-*.exe
# 资源包/车机文件/临时拉取文件
package.bin
*package*.bin
*.apk
*.img
*.dat
*.zip
*.7z
*.rar
apks/
**/apks/
diag_apk/
pull_list.txt
unit.bat
# 本地工具链副本;只提交需要维护的脚本/说明,不提交二进制
tools/*.exe
tools/*.dll
tools/__pycache__/
Q05-Lidar/app.ico
Q05-Lidar/tools/*
!Q05-Lidar/tools/
!Q05-Lidar/tools/encrypt_q05_lidar_resource.py
# IDE
.vscode/
.idea/
# 本地日志/临时文件
*.log
*.tmp
*.bak
*.old
*.swp
~$*