1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | # Python __pycache__/ *.py[cod] .venv/ .pytest_cache/ dist/ *.egg-info/ # Raw eval output — not committed. Only summarized numbers that have been # manually reviewed get written into docs/methodology.md. eval/results/ # Secrets — never commit a real API key. Copy env.example to .env yourself. .env .env.* |