- pyinstaller app.spec 한 번으로 dist\app\팔레타이징.exe 가 바로 나오도록 EXE name 변경 (기존: app.exe 빌드 후 수동 이름 변경) - 빌드용 패키지 설치 명령과 파이썬 버전 참고사항을 spec 상단에 문서화 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
- build/, dist/, __pycache__/, .claude/, _backup/ 제외 처리 - 실행파일 빌드용 app.spec 버전 관리에 포함 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>