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

# Virtual environments
.venv

# Local environment configuration
.env
.env.*
!.env.example

# outputs
outputs/

# datasets — raw/normalized data files (large, not committed)
# Note: rag_eval/datasets/ is source code and IS committed (see negation below)
datasets/
!rag_eval/datasets/