From bf898d78bec038bf52324e829f1e5759f6fc647b Mon Sep 17 00:00:00 2001 From: Claude Date: Sat, 23 May 2026 17:01:41 +0900 Subject: [PATCH] =?UTF-8?q?chore(gitignore):=20backend/data/=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80=20(LGBM=20=ED=95=99=EC=8A=B5=20=EC=B2=B4=ED=81=AC?= =?UTF-8?q?=ED=8F=AC=EC=9D=B8=ED=8A=B8)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 리뷰어가 호스트에서 backend/data/ 가 untracked 로 잡힌 걸 발견. LGBM 체크포인트는 런타임 산출물이라 커밋되면 안 됨. Co-Authored-By: Claude Opus 4.7 --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index edf7bb5..d261a06 100644 --- a/.gitignore +++ b/.gitignore @@ -20,6 +20,7 @@ build/ # Models / artifacts (downloaded HF caches, trained LGBM) backend/artifacts/ backend/.cache/ +backend/data/ .huggingface/ # Node