# 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/
