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:
8
.gitignore
vendored
8
.gitignore
vendored
@@ -3,3 +3,11 @@ __pycache__/
|
||||
.venv/
|
||||
venv/
|
||||
.env
|
||||
|
||||
# PyInstaller build outputs
|
||||
build/
|
||||
dist/
|
||||
|
||||
# local tool / backup folders
|
||||
.claude/
|
||||
_backup/
|
||||
|
||||
Reference in New Issue
Block a user