- Remove unrelated ASSISTANT_NAME from allowedVars example - Fix log message reference (remove incorrect [agent-runner] prefix) - Revert unrelated .gitignore addition (.backups/) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
24 lines
175 B
Plaintext
24 lines
175 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
|
|
# Build output
|
|
dist/
|
|
|
|
# Local data & auth
|
|
store/
|
|
data/
|
|
logs/
|
|
|
|
# Secrets
|
|
*.keys.json
|
|
.env
|
|
|
|
# OS
|
|
.DS_Store
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
|
|
agents-sdk-docs
|