llmfit/.gitignore
Alex Jones 1bac5e0dba docs: break README sections out into docs/ guides, sympozium-style
The README had grown to ~1050 lines covering everything from vim
keybindings to crates.io publishing. Following the sympozium pattern:
the README keeps the hook (banner, install, quickstart, short how-it-
works) at ~190 lines, and deep content moves verbatim to focused
guides under docs/ (tui, cli, how-it-works, providers, platform
support, custom models, development, openclaw), linked from the
Documentation matrix at the top.

Also removes the stale /docs entry from .gitignore (added in 7f35522
with no generator behind it — nothing in CI or the web build writes
to /docs).

All relative links and anchors validated programmatically; root-
relative links in moved content rewritten with ../. README.zh.md and
README.ja.md are intentionally untouched until the English layout
settles.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-09 10:59:09 +01:00

17 lines
239 B
Text

.DS_Store
/target
llmfit-desktop/gen/schemas/*
data/gguf_sources_cache.json
data/hf_models.json.backup.*
llmfit-web/node_modules/
llmfit-web/dist/
# Python
__pycache__/
*.py[codz]
*.egg-info/
.eggs/
dist/
.venv/
.mypy_cache/
.ruff_cache/