mirror of
https://gitcode.com/JianFeeeee/ModelRouter.git
synced 2026-09-19 16:39:15 +00:00
29 lines
438 B
Plaintext
29 lines
438 B
Plaintext
/bin/
|
|
/llmsproxy
|
|
/config.yaml
|
|
/adapters/
|
|
/runtime.json
|
|
/master.key
|
|
*.log
|
|
/master.key
|
|
# GUI (Electron)
|
|
cmd/gui/node_modules/
|
|
cmd/gui/bin/
|
|
cmd/gui/build/gui-dist/
|
|
cmd/build/
|
|
cmd/gui/*.log
|
|
cmd/gui/.cache/
|
|
# workspace (AI-assisted coding local state)
|
|
.pi/
|
|
.pi-glla/
|
|
.codegraph/
|
|
.omo/
|
|
/build/
|
|
|
|
# local ops scripts (machine-specific, not for sharing)
|
|
scripts/
|
|
cmd/gui/dist/
|
|
|
|
# local design/working notes (not part of the shipped repo)
|
|
/plan.md
|