Files
ModelRouter/.gitignore

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