# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Virtual environments
.venv

# Tool caches
.pytest_cache/
.ruff_cache/

# OS junk
.DS_Store

# Local scrape input/output (examples)
results.jsonl
urls.txt

# Local reference checkouts, not part of the project
vendor/
