8a5955c0a8
Track per-job decisions across runs so we don't re-evaluate roles. - state/decisions.json (keyed by URL: company/title/decision/note/date), now git-tracked while seen_jobs.json stays local - --decide "<url>" <status> [note] records a decision; --hide-decided gives an undecided-only view; report tags each role inline with its decision - usage docstring updated - seed 18 decisions (9 shortlist, 7 skip, 1 paused, 1 maybe); flags Google Staff FDE GenAI as the paused prior session Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
46 lines
695 B
Plaintext
46 lines
695 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
|
|
|
|
# Editor
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
.vscode/
|
|
.idea/
|
|
|
|
# Build planning (not shipped)
|
|
.planning/
|
|
|
|
# Session-specific (users may want to keep these — uncomment to ignore)
|
|
# output/
|