Roo-Code/.gitignore
kidist demessie 692db94c20 chore(config): update gitignore and finalize orchestration logic
- Excluded local SQLite binary data from version control.
- Staged core Phase 1 files: active_intents.yaml and tmd.py.
- Maintaining L5 Physical Layer integrity without repo bloat.
2026-02-20 18:48:27 +03:00

69 lines
No EOL
809 B
Text

.pnpm-store
dist
out
out-*
node_modules
package-lock.json
coverage/
mock/
.DS_Store
# IDEs
.idea
# Builds
bin/
*.vsix
# Local prompts and rules
/local-prompts
AGENTS.local.md
# Test environment
.test_env
.vscode-test/
.venv/
# Docs
docs/_site/
# Dotenv
.env
.env.*
!.env.*.sample
# Logging
logs
*.log
# Vite development
.vite-port
# Turborepo
.turbo
# IntelliJ and Qodo plugin folders
.idea/
.qodo/
.vercel
.roo/mcp.json
# Qdrant
qdrant_storage/
# Architect plans
plans/
roo-cli-*.tar.gz*
# VS Code MCP analytics file — do not commit
.vscode/mcp.json
# --- Orchestration Sidecar (Phase 1) ---
# We commit the .yaml spec and .py hooks, but NEVER the local data
.orchestration/*.db
.orchestration/*.db-journal
.orchestration/*.db-wal
.orchestration/zvec_store/
.orchestration/agent_trace.jsonl