Add BIS Basel and NATO JWC Stavanger application output (resume/CV, cover letter, session file, critique) plus the Bundeswehr experience file backing the NATO package; update session status tables in AGENTS.md/CLAUDE.md; record two new Bash allowlist entries for the job scout venv. tmp/ is scratch working files, now gitignored. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
52 lines
861 B
Plaintext
52 lines
861 B
Plaintext
# LaTeX build artifacts
|
|
*.aux
|
|
*.log
|
|
*.out
|
|
*.synctex.gz
|
|
*.fls
|
|
*.fdb_latexmk
|
|
*.bbl
|
|
*.blg
|
|
*.toc
|
|
|
|
# Compiled PDFs (keep source .tex only)
|
|
output/**/*.pdf
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.pyc
|
|
|
|
# job_scout runtime artifacts (keep scout.py + requirements.txt only)
|
|
job_scout/.venv/
|
|
job_scout/reports/
|
|
job_scout/state/*
|
|
# ...but track the decision log (job application history), not the churny seen-state
|
|
!job_scout/state/decisions.json
|
|
|
|
# One-off job-board data pulls (debug artifacts)
|
|
*_jd.json
|
|
*_jobs*.json
|
|
# ...and one-off Playwright JD scrape dumps (applied JDs are archived in JDs/ + output/)
|
|
job_scout/jd_*.txt
|
|
job_scout/*_verify.txt
|
|
|
|
# Editor
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
.vscode/
|
|
.idea/
|
|
|
|
# Build planning (not shipped)
|
|
.planning/
|
|
|
|
# Session-specific (users may want to keep these — uncomment to ignore)
|
|
# output/
|
|
|
|
# Scratch/temp working files
|
|
tmp/
|