# Test File
test_file.py

# Secrets
.env

# Python
__pycache__/
*.pyc
*.pyo
.venv/
*.egg-info/

# Dev readme files
learning.md
# Eval harness: raw downloads and run outputs
evals/datasets/raw/
evals/results/

# Build artifacts
dist/
build/
*.egg-info/

# Internal project context (kept locally, not published)
docs/context.md
