b4fe2505ef
- AGENTS.md + .agents/skills/: Codex-compatible mirror of the CLAUDE.md instructions and the .claude skill set. - .gitignore: ignore job_scout/jd_*.txt and *_verify.txt one-off Playwright scrape dumps (applied JDs are archived in JDs/ + output/). - settings.local.json: permission allowlist churn from recent sessions. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
49 lines
826 B
Plaintext
49 lines
826 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/
|