fancive_obsidian-parallel-r.../.gitignore
wujunchen 9e369ae1fa refactor: remove CLI backends, add Chinese README
Remove Claude Code CLI and Codex CLI backends — they depend on
unstable CLI flags and macOS Keychain ACLs. API backend is now the
only path, default provider is Anthropic.

Replace English README with Chinese version focused on API usage.
Add .agent/ to .gitignore.

Change-Id: I7b2488d9bca23e753cc3d461f5f7bc39052dcbef
2026-04-26 09:57:30 +08:00

18 lines
223 B
Text

# Plugin runtime data (user cache + settings, not source)
data.json
cache.json
# Editor / OS
.DS_Store
.vscode/
.idea/
*.swp
*.swo
# Node (if build tooling is added later)
node_modules/
dist/
*.log
# Agent state
.agent/