# 生成物不入库 (沿用 maxcalculator 项目原则)
output_motorcad/
*.log
__pycache__/
*.pyc
# Motor-CAD 求解临时/结果目录 (与 .mot 同名文件夹)
MARS-*/
# GUI 打包中间文件 (exe 在 dist/ 下, 按需保留; 不入库)
gui_app/build/
gui_app/dist/
gui_app/*.spec
gui_app/__pycache__/
