mirror of
https://github.com/evdboom/Bindery.git
synced 2026-07-22 06:49:36 +00:00
Agent-Logs-Url: https://github.com/evdboom/Bindery/sessions/2439ec18-e459-4a05-afbc-4539182ec924 Co-authored-by: evdboom <18037882+evdboom@users.noreply.github.com>
39 lines
410 B
Text
39 lines
410 B
Text
# Dependencies
|
|
node_modules/
|
|
|
|
# Build outputs
|
|
vscode-ext/out/
|
|
mcp-ts/out/
|
|
bindery-core/out/
|
|
bindery-merge/out/
|
|
obsidian-plugin/out/
|
|
mcp-rust/target/
|
|
|
|
# TypeScript build info
|
|
*.tsbuildinfo
|
|
|
|
# Packaged extensions
|
|
*.vsix
|
|
*.mcpb
|
|
|
|
# Test artifacts
|
|
test-results.json
|
|
coverage/
|
|
|
|
# Environment (contains personal paths)
|
|
.env
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.pyc
|
|
.venv/
|
|
onnx/
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Editor
|
|
*.swp
|
|
*.swo
|
|
*~
|