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

7
.gitignore vendored
View File

@@ -86,13 +86,6 @@ celerybeat-schedule
# dotenv
.env
# docs 산출물 (로컬 재생성). reference/ 가이드는 Git 추적
docs/02_ground_truth/
docs/03_analysis/
docs/04_matching/
docs/05_ops/
docs/charts/
# virtualenv
.venv
venv/