# Python 编译文件 __pycache__/ *.py[cod] *.so ui/__pycache__/ # 打包exe相关 dist/ build/ installer/Output/ *.spec # 编辑器 .idea/ .vscode/ *.swp