chore(harness): 실수로 삭제된 배포 zip 복원 + 빌드/테스트 산출물 gitignore

- 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>
This commit is contained in:
zio 2026-07-11 16:41:04 +09:00
parent 3da6b1c092
commit 6ec49ce896
5 changed files with 15 additions and 15 deletions

15
.gitignore vendored Normal file
View File

@ -0,0 +1,15 @@
# Python
__pycache__/
*.pyc
*.pyo
# nanobanana runtime output / generated visualizations
output/
# env / secrets
.env
*.key
# OS
Thumbs.db
.DS_Store

BIN
kintex-harness-v1.0.1.zip Normal file

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 KiB

View File

@ -1,15 +0,0 @@
{
"generated_at": "2026-07-11T07:32:19.154568+00:00",
"render_path": "backend_raster_composite",
"kinds": [
"power",
"network"
],
"rendered_counts": {
"power": 1,
"network": 1
},
"px_per_m": 40,
"watermark_required": true,
"watermark_text": "AI 생성 예상 이미지 — 실제 시공 결과와 다를 수 있음"
}