Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
29 lines
207 B
Plaintext
29 lines
207 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
|
|
# Config
|
|
config.js
|
|
.env
|
|
|
|
# Logs
|
|
logs/
|
|
*.log
|
|
|
|
# Auth / Secrets
|
|
session.json
|
|
refresh.token
|
|
|
|
# Build
|
|
dist/
|
|
|
|
# Test coverage
|
|
coverage/
|
|
|
|
# IDE
|
|
.idea/
|
|
.codex
|
|
.vscode/
|
|
|
|
# OS
|
|
.DS_Store
|