Whitelist the sampled replay trace (1214 reqs / 274 sessions / ~600 s) past the traces/ ignore so the repo is runnable without dash0 access. Metadata only (token counts, opaque KV-block hashes, timing, session structure) — no prompts/outputs/PII. traces/README documents schema, provenance (sampled from the internal GLM-5.1 production trace via scripts/sample_trace.py), and the regeneration command. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
13 lines
259 B
Plaintext
13 lines
259 B
Plaintext
__pycache__/
|
|
*.pyc
|
|
.venv/
|
|
*.egg-info/
|
|
outputs/
|
|
traces/*
|
|
# ship the anonymized sampled trace + its provenance (metadata only, no cleartext)
|
|
!traces/w600_r0.0015_st30.jsonl
|
|
!traces/README.md
|
|
*.log
|
|
.claude/
|
|
# third_party/vllm tracked in git for patch management
|