docs 산출물(GT·분석·매칭·시뮬)을 Git 추적 대상에 포함한다.

.gitignore에서 docs 하위 제외 규칙을 제거하고 최신 HTML·CSV·JSON 리포트를 원격에 공유한다.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
xavis
2026-05-31 19:56:17 +09:00
parent e68bb44083
commit 7e305f480f
26 changed files with 220427 additions and 12 deletions

View File

@@ -3,10 +3,10 @@
| 경로 | 용도 | Git |
|------|------|-----|
| [reference/](reference/) | 로드맵·구조·GT 가이드·기법 명세 (`trade_anaysis.html`) | 추적 |
| [02_ground_truth/](02_ground_truth/) | 정답 차트 HTML | 제외 (재생성) |
| [03_analysis/](03_analysis/) | enrich CSV·GT 스냅샷·점검 HTML | 제외 |
| [04_matching/](04_matching/) | 규칙·유사도 (예정) | 제외 |
| [05_ops/](05_ops/) | 운영 로그 (예정) | 제외 |
| [charts/](charts/) | BB 등 차트 HTML | 제외 |
| [02_ground_truth/](02_ground_truth/) | 정답 차트 HTML | 추적 |
| [03_analysis/](03_analysis/) | enrich CSV·GT 스냅샷·점검 HTML | 추적 |
| [04_matching/](04_matching/) | 규칙·시뮬·유사도 산출물 | 추적 |
| [05_ops/](05_ops/) | 운영 로그 | 추적 |
| [charts/](charts/) | BB 등 차트 HTML | 추적 |
실행·경로 상세: [reference/STRUCTURE.md](reference/STRUCTURE.md)