47 lines
489 B
Plaintext
47 lines
489 B
Plaintext
node_modules
|
|
dist
|
|
out
|
|
.DS_Store
|
|
.eslintcache
|
|
*.log*
|
|
.npmrc
|
|
|
|
# AI Agent
|
|
.claude
|
|
|
|
# Environment
|
|
.env
|
|
|
|
# Test outputs
|
|
coverage/
|
|
downloads/
|
|
release-output/
|
|
build/bin/
|
|
*.xlsx
|
|
*.parsed.json
|
|
|
|
# Test scripts (debug and manual)
|
|
tests/debug/
|
|
tests/manual/
|
|
test-*.mjs
|
|
test-*.js
|
|
compare_*.js
|
|
|
|
# logs
|
|
logs
|
|
|
|
# oh my opencode
|
|
.sisyphus
|
|
|
|
# Runtime config files
|
|
*.yaml
|
|
*.yaml.backup
|
|
# But keep config.template.yaml
|
|
!config.template.yaml
|
|
|
|
# nul
|
|
nul
|
|
|
|
# TypeScript incremental compilation cache
|
|
*.tsbuildinfo
|