Fixes the local benchmark LOC counter (counted only fenced code, scored bare output 0), makes summary output ASCII-safe (a Unicode arrow crashed the script on Windows cp1252), gitignores generated artifacts, and refreshes the llama3.2 writeup with n=5 data showing the LOC effect is within the noise floor. Follow-up to #63. Verified live. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
21 lines
310 B
Plaintext
21 lines
310 B
Plaintext
# Secrets, never commit API keys
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
|
|
# Dependencies
|
|
node_modules/
|
|
|
|
# promptfoo eval artifacts
|
|
.promptfoo/
|
|
benchmarks/output*
|
|
benchmarks/benchmark-local-results.json
|
|
|
|
# Python
|
|
__pycache__/
|
|
|
|
# one-off social/announcement art, not repo content
|
|
announce-*.png
|
|
changelog-*.png
|
|
ponytail-*.gif
|