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

.claude

CLAUDE.md

# Working docs
plans
notes/
scratch/
issues/
learn/

# Archived web-era mockups (kept locally, out of the repo)
archive/

# Secrets & environment (.env.example is an example file and stays tracked)
.env
*.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/

# Handoff docs (ephemeral, branch-scoped)
handoffs/

# OS / editor
.DS_Store
