__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/
.pytest_cache/
.ruff_cache/
.venv/
venv/
.coverage
htmlcov/
*.html
!examples/*.html
!index.html
.DS_Store

# backend / node
.env
.env.local
node_modules/
.vercel/

# large generated lab search (regenerate via course/labs/make_data.py)
course/labs/data/candidates.csv
