mirror of
https://github.com/langchain-ai/langsmith-trace-scripts.git
synced 2026-07-01 20:04:03 -04:00
1500a96b36
- extract_langsmith_run.sh: Extract traces from LangSmith by trace ID - scrub_trace.sh: Redact PII fields from traces - upload_trace.sh: Upload scrubbed traces to LangSmith - README.md: Complete documentation and usage examples
20 lines
171 B
Plaintext
20 lines
171 B
Plaintext
# Claude artifacts
|
|
.claude/
|
|
|
|
# Test files
|
|
*.test.json
|
|
trace_*.json
|
|
*.scrubbed.json
|
|
*.backup
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Editor files
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
.vscode/
|
|
.idea/
|