eeec77b1e3
Pulls fresh postings from the quarterly target-company list, filters by Swiss location / EU-remote eligibility, scores fit against profile keywords, tracks seen jobs, and writes a markdown report. Adapters (13 companies automated): - Workday: NVIDIA, Novartis - Ashby: Kraken, OpenAI - Greenhouse: Anthropic - PCSX (Eightfold): Microsoft - WordPress AJAX: Sygnum - Playwright (headless + stealth): Google, Apple, Meta, Roche, Cisco, IBM 4 companies (Sonova, Coinbase, AMINA, Bitcoin Suisse) resist automation (server-side bot blocks / JS widgets) and surface as a manual-check checklist. venv, reports/, and state/ are gitignored; only scout.py + requirements.txt are tracked. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
44 lines
577 B
Plaintext
44 lines
577 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/
|
|
|
|
# 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/
|