72 lines
744 B
Plaintext
72 lines
744 B
Plaintext
node_modules
|
|
|
|
# Build outputs
|
|
dist/
|
|
.mastra/
|
|
.output/
|
|
*.tsbuildinfo
|
|
.cache/
|
|
__snapshots__/
|
|
|
|
# Environment variables
|
|
.env
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
# IDE files
|
|
.vscode/
|
|
.idea/
|
|
.claude/
|
|
*.swp
|
|
*.swo
|
|
data/
|
|
|
|
# OS generated files
|
|
.DS_Store
|
|
.DS_Store?
|
|
._*
|
|
.Spotlight-V100
|
|
.Trashes
|
|
ehthumbs.db
|
|
Thumbs.db
|
|
|
|
# Logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Coverage
|
|
coverage/
|
|
.nyc_output/
|
|
|
|
# Runtime data
|
|
pids
|
|
*.pid
|
|
*.seed
|
|
*.pid.lock
|
|
|
|
# Optional npm cache directory
|
|
.npm
|
|
|
|
# Optional pnpm store directory
|
|
.pnpm-store
|
|
|
|
# Optional REPL history
|
|
.node_repl_history
|
|
|
|
# Temporary files
|
|
tmp/
|
|
temp/
|
|
|
|
# Mastra specific
|
|
.mastra/output/
|
|
|
|
# Memory database files
|
|
memory.db*
|
|
memory.db-shm
|
|
memory.db-wal
|