mirror of
https://github.com/sipeed/picoclaw.git
synced 2026-06-12 18:08:54 +00:00
5e028a847c
A standalone web-based tool for managing picoclaw configuration, OAuth authentication providers, and gateway process lifecycle. Features include a sidebar layout with i18n (en/zh) and theme support, real-time gateway log streaming, startup prerequisites checks, and Windows icon embedding. Co-authored-by: wj-xiao <meetwenjie@gmail.com> Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
50 lines
491 B
Plaintext
50 lines
491 B
Plaintext
# Binaries
|
|
# Go build artifacts
|
|
bin/
|
|
build/
|
|
*.exe
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
*.test
|
|
*.out
|
|
/picoclaw
|
|
/picoclaw-test
|
|
cmd/**/workspace
|
|
|
|
# Picoclaw specific
|
|
|
|
# PicoClaw
|
|
.picoclaw/
|
|
config.json
|
|
sessions/
|
|
build/
|
|
|
|
# Coverage
|
|
|
|
# Secrets & Config (keep templates, ignore actual secrets)
|
|
.env
|
|
config/config.json
|
|
|
|
# Test
|
|
coverage.txt
|
|
coverage.html
|
|
|
|
# OS
|
|
.DS_Store
|
|
|
|
# Ralph workspace
|
|
ralph/
|
|
.ralph/
|
|
tasks/
|
|
|
|
# Editors
|
|
.vscode/
|
|
.idea/
|
|
|
|
# Added by goreleaser init:
|
|
dist/
|
|
|
|
# Windows Application Icon/Resource
|
|
*.syso
|