.gitignore 166 B

123456789101112131415
  1. # User-provided LLM backend
  2. llm.go
  3. # User-specific deployment config
  4. ops.json
  5. # Compiled binaries
  6. /chat
  7. /selftest
  8. # SSH host key
  9. ssh_host_key
  10. # OS files
  11. .DS_Store