65 lines
637 B
Text
65 lines
637 B
Text
# Dependencies
|
|
node_modules/
|
|
.pnp
|
|
.pnp.js
|
|
|
|
# Testing
|
|
coverage/
|
|
*.lcov
|
|
.nyc_output
|
|
|
|
# Production build
|
|
dist/
|
|
|
|
# Models (downloaded at runtime)
|
|
models/
|
|
|
|
# Runtime data
|
|
brainy-data/
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
lerna-debug.log*
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# Environment
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# Debug
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Cache
|
|
.npm
|
|
.eslintcache
|
|
.cache/
|
|
|
|
# Optional npm cache directory
|
|
.npm
|
|
|
|
# Optional eslint cache
|
|
.eslintcache
|
|
|
|
# Temporary files
|
|
*.tmp
|
|
*.temp
|
|
/tmp/
|
|
|
|
# Test artifacts
|
|
test-results/
|
|
tests/results/models-cache/
|
|
CLAUDE.md
|