From 1cd985bc55c73596b9455720184d76859f041f4b Mon Sep 17 00:00:00 2001 From: Hyungi Ahn Date: Fri, 17 Apr 2026 08:03:53 +0900 Subject: [PATCH] ops(repo): results/ artifacts/ gitignore (eval calibration outputs) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Phase 3.5 calibration runner (scripts/run_eval_ask.py, calibrate_ask.py) 가 생성하는 jsonl/log/csv 를 repo 에서 제외. reports/ 는 이미 tracked 파일 있어서 전체 ignore 하지 않음. Co-Authored-By: Claude Opus 4.7 (1M context) --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index 6630f55..1b0dba5 100644 --- a/.gitignore +++ b/.gitignore @@ -17,6 +17,11 @@ logs/ # 데이터 (법령 다운로드 등) data/ +# eval/calibration 실행 결과 (baseline jsonl 등) +# reports/ 는 이미 tracked 파일 있음 → 전체 ignore 하지 않음 +results/ +artifacts/ + # macOS .DS_Store ._*