/target
/.basemind
*.swp

# Release build artifacts
/dist
# Binary the plugin MCP launcher (scripts/mcp-launch.sh) downloads on demand
/bin/
/pip-package/build
/pip-package/dist
/pip-package/basemind.egg-info
/npm-package/bin/*
!/npm-package/bin/basemind.js
/npm-package/node_modules
/npm-package/*.tgz
/opencode-plugin/node_modules
/opencode-plugin/*.tgz


# Python bytecode
__pycache__/
*.pyc


# Codex plugin: tracked manifests that live under otherwise-ignored paths.
# `.mcp.json` (line above) and `.agents/` (ai-rulez block) are ignored broadly,
# but these two files are hand-authored, version-controlled Codex plugin surfaces
# and MUST ship — re-include them explicitly.
!.codex-plugin/.mcp.json
!.agents/
.agents/*
!.agents/plugins/
!.agents/plugins/marketplace.json

# BEGIN ai-rulez (DO NOT EDIT - managed by ai-rulez)
.claude/
.cline/
.clinerules/
.codex/
.continue/
.cursor/
.gemini/
.github/agents/
.github/commands/
.github/copilot-instructions.md
.github/skills/
.junie/
.mcp.json
.opencode/
.windsurf/
AGENTS.md
CLAUDE.md
GEMINI.md
# END ai-rulez
