kintex/.gitignore

41 lines
784 B
Plaintext

# Python
__pycache__/
*.pyc
*.pyo
# nanobanana runtime output / generated visualizations
output/
# env / secrets
.env
*.key
# OS
Thumbs.db
.DS_Store
# JVM crash logs
hs_err_pid*.log
replay_pid*.log
# 에이전트 세션 중간 산출물 (로컬 보존, git 제외 — 최종물은 docs/·src/·deliverables/)
_workspace/
# Stitch export — 대용량 스크린샷 PNG 제외(로컬 참조 유지), code.html·DESIGN.md만 버전관리
stitch_kintex_ai_system_architect/*/screen.png
# Java / Gradle build 산출물
build/
.gradle/
# Node / Vite (프론트 스캐폴드 시)
node_modules/
dist/
# 전시장 CAD 원본(대용량 DWG zip) — 로컬 보존, git 제외
docs/assets/floorplans/cad/
# graphify / screenshot generated outputs (local only)
graphify-out/
screenshot/