.venv/
__pycache__/
*.egg-info/
cirdan-out/
.pytest_cache/
dist/
build/

# npm: per-platform binaries are produced in CI and staged here, never committed.
npm/platforms/*/bin/
node_modules/
# Files `cirdan install --project` generates when run inside the demo —
# machine-specific, never to be committed.
examples/demo/CLAUDE.md
examples/demo/AGENTS.md
examples/demo/GEMINI.md
examples/demo/cirdan.yaml
examples/demo/.claude/
examples/demo/.codex/
examples/demo/.cursor/
examples/demo/.agents/
examples/demo/.mcp.json
