28 lines
315 B
Text
28 lines
315 B
Text
node_modules/
|
|
dist/
|
|
coverage/
|
|
*.tgz
|
|
*.log
|
|
.DS_Store
|
|
|
|
# Test artifacts
|
|
test_output/
|
|
projects/
|
|
project_examples/
|
|
|
|
# Python bytecode
|
|
__pycache__/
|
|
*.pyc
|
|
|
|
# MSP-Con project binaries
|
|
*.project
|
|
*.precompilecache
|
|
*.opt
|
|
|
|
# Local config
|
|
.mcp.json
|
|
.claude/
|
|
CLAUDE.md
|
|
|
|
# Git worktrees (isolated feature workspaces)
|
|
.worktrees/
|