- kintex-harness-v1.0.1.zip 복원(직전 커밋에서 의도치 않게 삭제됨) - .gitignore 추가: __pycache__/·output/·*.pyc·.env - 추적 해제: output/·__pycache__ (나노바나나 스모크 테스트 산출물) Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
16 lines
152 B
Plaintext
16 lines
152 B
Plaintext
# Python
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
|
|
# nanobanana runtime output / generated visualizations
|
|
output/
|
|
|
|
# env / secrets
|
|
.env
|
|
*.key
|
|
|
|
# OS
|
|
Thumbs.db
|
|
.DS_Store
|