# Job Hunter workspace — what to ignore in version control

# Secrets (never commit)
.env

# Generated outputs — PDFs (compiled from LaTeX, can be regenerated)
outputs/jobs/**/*.pdf

# LaTeX build artifacts (generated during compilation, safe to delete)
*.aux
*.fls
*.fdb_latexmk
*.log
*.out
*.synctex.gz
*.toc
*.bbl
*.blg
*.bcf
*.run.xml
*.xdv
*.xmpi

# Caches and state (rebuilt on next run)
outputs/state/discovery_cache.yml
__pycache__/
*.pyc
.DS_Store
