108 lines
2.0 KiB
Plaintext
Executable File
108 lines
2.0 KiB
Plaintext
Executable File
# Dependencies
|
|
node_modules/
|
|
|
|
# Build output
|
|
dist/
|
|
dist-ssr/
|
|
|
|
# Environment variables (use .env.example as template)
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
|
|
# Logs
|
|
*.log
|
|
npm-debug.log*
|
|
|
|
# Database files
|
|
backend/data/*.db
|
|
backend/data/*.db-shm
|
|
backend/data/*.db-wal
|
|
|
|
# Large reference data (keep locally, do not commit)
|
|
_reference/
|
|
docs/_backup_*/
|
|
/scat/
|
|
참고용/
|
|
논문/
|
|
|
|
# Binary / archive files
|
|
*.pdf
|
|
*.xlsx
|
|
*.xlsm
|
|
*.hwpx
|
|
*.tar.gz
|
|
*.zip
|
|
*.gif
|
|
|
|
# HTML mockup / report files
|
|
방제과개선안_*.html
|
|
meris_*.html
|
|
|
|
# Source archive (regenerate from repo)
|
|
wing-frontend-src.zip
|
|
wing_source_*.tar.gz
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.pyc
|
|
|
|
# prediction/ Python 엔진 (로컬 실행 결과물)
|
|
prediction/**/__pycache__/
|
|
prediction/**/*.pyc
|
|
# prediction/ opendrift 결과물 (로컬 실행 결과물)
|
|
prediction/opendrift/result/
|
|
prediction/opendrift/logs/
|
|
prediction/opendrift/uvicorn.pid
|
|
prediction/opendrift/.env
|
|
# prediction/ 이미지분석 결과물 (로컬 실행 결과물)
|
|
prediction/image/stitch/
|
|
prediction/image/mx15hdi/Detect/Mask_result/
|
|
prediction/image/mx15hdi/Detect/result/
|
|
prediction/image/mx15hdi/Georeference/Mask_Tif/
|
|
prediction/image/mx15hdi/Georeference/Tif/
|
|
prediction/image/mx15hdi/Metadata/CSV/
|
|
prediction/image/mx15hdi/Metadata/Image/Original_Images/
|
|
prediction/image/mx15hdi/Polygon/Shp/
|
|
# prediction/ 이미지분석 대용량 바이너리 (모델 가중치)
|
|
prediction/image/**/*.pth
|
|
|
|
# HNS manual images (large binary)
|
|
frontend/public/hns-manual/pages/
|
|
frontend/public/hns-manual/images/
|
|
|
|
# Claude Code (team workflow tracked, override global gitignore)
|
|
!.claude/
|
|
.claude/settings.local.json
|
|
.claude/CLAUDE.local.md
|
|
*.local
|
|
|
|
# Team workflow (managed by /sync-team-workflow)
|
|
.claude/rules/
|
|
.claude/agents/
|
|
.claude/skills/push/
|
|
.claude/skills/mr/
|
|
.claude/skills/create-mr/
|
|
.claude/skills/release/
|
|
.claude/skills/version/
|
|
.claude/skills/fix-issue/
|
|
.claude/scripts/
|
|
|
|
# Lock files (keep for reproducible builds)
|
|
!frontend/package-lock.json
|
|
!backend/package-lock.json
|
|
|
|
|
|
# mcp
|
|
.mcp.json
|
|
|
|
# python
|
|
.venv |