# Knowledge base — licensed course material, prompt-distillation source (never committed).
/how-to-answer/
/how-to-interview/

.claude

CLAUDE.md

# Working docs
plans
scratch/
issues/
learn/

# Secrets & environment
.env
.env.*
!.env.example
*.local

# Langfuse (self-hosted) data
langfuse/
*.db

# Package build files staged from the repo root (see backend/scripts/prepare_package.py)
backend/README.md
backend/LICENSE

# Python
__pycache__/
*.py[cod]
.venv/
.mypy_cache/
.pytest_cache/
.ruff_cache/
dist/

# Local data (real CVs, session artifacts — PII, never committed)
data/

# Generated session reports (may carry real-CV PII) and simulated-eval session artifacts
sotellme-report-*.md
backend/evals/sessions/

# Feature-review scaffolding (ephemeral, branch-scoped)
reviews/

# OS / editor
.DS_Store
