__pycache__/
*.pyc
.venv/
.uv/
dist/
*.egg-info/
.pytest_cache/
.ruff_cache/

# BYOK — real keys live here and must never be committed
.env

# Personal test data — your actual resume and target JD stay local
resume.tex
jd.txt

# Generated outputs (rebuilt by the tool on demand)
resume_optimized.tex
resume_optimized.pdf
dossier.md
dossier.pdf

# Editor / assistant local state
.claude/
.vscode/

# LaTeX build artifacts (receipts export / pdflatex)
*.aux
*.toc
resume_optimized.log
resume_optimized.out
sanity_dossier.md
sanity_dossier.pdf
