# Python 缓存文件 __pycache__/ *.py[cod] *.class *.pyc *.cache .pytest_cache/ # IDE 配置文件(可选,若不需要提交 IDE 配置) .idea/ *.csv # PyInstaller 打包产物 build/ dist/ # 运行时生成文件 ui_settings.json # VSCode 配置 .vscode/