로컬 검증 자료 디렉토리(.local/)를 무시 목록에 추가 - #16
Merged
Merged
Conversation
검사기 보정에 쓴 종료평가 보고서 334건의 추출 텍스트(85MB)와 스윕 결과를 저장소 안에 두되 커밋되지 않게 한다. - 저작권 — 추출 텍스트는 원본 PDF와 같은 저작물이다. 저장소가 이미 같은 이유로 *.pdf·*.hwp를 무시하고 있고, 같은 규칙이 적용되어야 한다. - 배포 — 이 저장소는 그 자체가 설치되는 플러그인이라, 커밋하면 설치한 사용자에게도 85MB가 딸려 간다. 검증에서 얻은 결론·픽스처만 커밋된 상태를 유지한다 — tests/fixtures(합성 재현, 실제 보고서 문장 미포함)와 validation-log §1-1. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
검사기 보정에 쓴 자료를 저장소 폴더 안에 보관하되 GitHub에는 올라가지 않게 한다.
.gitignore한 줄(+주석)만 바뀐다.왜 무시해야 하나
.local/에 든 텍스트는 KOICA 종료평가 보고서 PDF에서 그대로 뽑은 것이라 원본과 같은 저작물이다. 저장소는 이미 같은 이유로*.pdf·*.hwp를 무시하고 있다("저작권·배포 고려해 로컬에만 보관 — 추출 다이제스트만 커밋").무엇이 들어가나 (커밋되지 않음)
.local/koica-eval-text/.local/sweeps/.local/e2e-cambodia/.local/README.md에 구성·재현 절차·남은 확인 과제를 적어 뒀다(이 파일도 커밋되지 않는다).커밋되는 것은 그대로
검증에서 얻은 결론과 픽스처만 저장소에 남는다 —
tests/fixtures/(관측된 사고·오탐 유형을 합성으로 재현, 실제 보고서 문장 미포함)와docs/validation-log.md§1-1.확인
git check-ignore로 작동 확인 후 이동)git status --untracked-files=all기준.local관련 항목 0건git check-ignore -v로 3건 표본 확인🤖 Generated with Claude Code