Files
Stephen Chu 1500a96b36 Initial commit: LangSmith trace export and PII scrubbing scripts
- 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
2025-12-23 18:26:19 -05:00

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/