chore(gitignore): backend/data/ 추가 (LGBM 학습 체크포인트)

리뷰어가 호스트에서 backend/data/ 가 untracked 로 잡힌 걸 발견. LGBM
체크포인트는 런타임 산출물이라 커밋되면 안 됨.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
Claude
2026-05-23 17:01:41 +09:00
parent 73593adb5c
commit bf898d78be

1
.gitignore vendored
View File

@@ -20,6 +20,7 @@ build/
# Models / artifacts (downloaded HF caches, trained LGBM) # Models / artifacts (downloaded HF caches, trained LGBM)
backend/artifacts/ backend/artifacts/
backend/.cache/ backend/.cache/
backend/data/
.huggingface/ .huggingface/
# Node # Node