# Byte-compiled / cache
__pycache__/
*.py[cod]
*$py.class
.Python
.mypy_cache/
.pytest_cache/
.ruff_cache/

# Virtual environments
.venv/
venv/
env/

# IDE
.idea/
.vscode/
*.swp
*.swo
.DS_Store

# Env / secrets
.env
.env.local

# Large data files (JSONL candidate downloads — can be hundreds of MB)
data/*.jsonl

# Keep the curated labels file (small, valuable)
!dataset/labels.csv
