# 환경 / 키 (민감) — 절대 커밋 금지
.env
.env.local
*.key
*.pem

# Python
.venv/
venv/
__pycache__/
*.pyc
*.pyo
*.egg-info/
.pytest_cache/
.mypy_cache/
.ruff_cache/

# OS / 에디터
.DS_Store
Thumbs.db
.idea/
.vscode/

# 평가 산출물 (재생성 가능)
data/training/*.jsonl
data/training/*.json
data/training/*.csv
!data/training/.gitkeep

# 사용자 업로드 자서전 (개인정보) — 샘플 외 제외
data/reference/autobio-*.txt
data/reference/corpus-*.txt

# 시각화 리포트 — PNG/MD 함께 보존 (재생성도 가능)

# 로그
*.log
logs/

# Hugging Face 모델 캐시
.cache/
~/.cache/huggingface/
