chore: exclude generated evaluation artifacts from git tracking

Remove three timestamped output directories previously committed in error:
- evaluation-results/ (3 run dirs + manifest, 97 files)
- provider-debug-results/ (2 debug JSONs)
- tests-results/ (7 evaluation outputs)

These are regenerative diagnostic logs containing local machine paths and
internal IPs — not reusable source, test data, or documentation.
This commit is contained in:
2026-08-01 10:13:26 +01:00
parent 956fc2e31e
commit 93b905df0a
78 changed files with 5 additions and 15840 deletions
+5
View File
@@ -34,3 +34,8 @@ Thumbs.db
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Generated evaluation artifacts (regenerated each run)
evaluation-results/
provider-debug-results/
tests-results/