# Python
__pycache__/
*.py[cod]
.venv/
*.egg-info/
dist/
build/
.pytest_cache/
.ruff_cache/

# teft runtime data — NEVER commit session cookies or scraped people
.teft/
browser-profile/
candidates.json
shortlist-*.md

# secrets
.env
.env.*
!.env.example
