chore: .gitignore 보강 및 PyInstaller spec 추가

- build/, dist/, __pycache__/, .claude/, _backup/ 제외 처리
- 실행파일 빌드용 app.spec 버전 관리에 포함

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
2026-08-07 14:23:23 +09:00
parent 4176f04a61
commit 461d5feb01
2 changed files with 52 additions and 0 deletions

8
.gitignore vendored
View File

@@ -3,3 +3,11 @@ __pycache__/
.venv/
venv/
.env
# PyInstaller build outputs
build/
dist/
# local tool / backup folders
.claude/
_backup/