Some checks failed
DSS Project Analysis / dss-context-update (push) Has been cancelled
If ${workspaceFolder} isn't supported, run:
./scripts/setup-mcp.sh
Generates .mcp.json with absolute paths for current setup.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
73 lines
655 B
Plaintext
73 lines
655 B
Plaintext
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
.venv/
|
|
venv/
|
|
*.egg-info/
|
|
dist/
|
|
build/
|
|
|
|
# Node
|
|
node_modules/
|
|
npm-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Environment
|
|
.env
|
|
.env.local
|
|
*.local
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Logs
|
|
logs/
|
|
*.log
|
|
|
|
# Testing
|
|
.pytest_cache/
|
|
coverage/
|
|
.coverage
|
|
|
|
# Databases
|
|
*.db
|
|
*.sqlite
|
|
*.sql
|
|
*.db.old
|
|
|
|
# Cache
|
|
.cache/
|
|
.dss-temp/
|
|
.dss/cache/
|
|
|
|
# Temp files (exclude all except README and .gitkeep)
|
|
.dss/temp/**/*
|
|
!.dss/temp/.gitkeep
|
|
!.dss/temp/README.md
|
|
|
|
# Backups
|
|
*.backup
|
|
*.bak
|
|
*~
|
|
*.corrupted.*
|
|
archive/
|
|
test_output/
|
|
|
|
# Build
|
|
dist/
|
|
.next/
|
|
out/
|
|
storybook-static/
|
|
venv/
|
|
# Local MCP config (generated)
|
|
# .mcp.json
|