4e21ca937a
Deploy Documentation / deploy (push) Has been cancelled
Canary / Prepare Version (push) Has been cancelled
Canary / build-cli (push) Has been cancelled
Canary / Upload Install Script (push) Has been cancelled
Canary / bundle-desktop (push) Has been cancelled
Canary / bundle-desktop-intel (push) Has been cancelled
Canary / bundle-desktop-linux (push) Has been cancelled
Canary / bundle-desktop-windows (push) Has been cancelled
Canary / bundle-desktop-windows-cuda (push) Has been cancelled
Canary / Release (push) Has been cancelled
Unused Dependencies / machete (push) Has been cancelled
CI / changes (push) Has been cancelled
CI / Check Rust Code Format (push) Has been cancelled
CI / Build and Test Rust Project (push) Has been cancelled
CI / Build Rust Project on Windows (push) Has been cancelled
CI / Check MSRV (push) Has been cancelled
CI / Lint Rust Code (push) Has been cancelled
CI / Check Generated Schemas are Up-to-Date (push) Has been cancelled
CI / Test and Lint Electron Desktop App (push) Has been cancelled
CI / H5 Plaza Tests and Build (push) Has been cancelled
Live Provider Tests / check-fork (push) Has been cancelled
Live Provider Tests / changes (push) Has been cancelled
Live Provider Tests / Build Binary (push) Has been cancelled
Live Provider Tests / Smoke Tests (push) Has been cancelled
Live Provider Tests / Smoke Tests (Code Execution) (push) Has been cancelled
Live Provider Tests / Compaction Tests (push) Has been cancelled
Live Provider Tests / goose server HTTP integration tests (push) Has been cancelled
Publish Ask AI Bot Docker Image / docker (push) Has been cancelled
Publish Docker Image / docker (push) Has been cancelled
Scorecard supply-chain security / Scorecard analysis (push) Has been cancelled
Fork goose with custom MCP widgets, platform extensions (aider, git, web, search), MindSpace H5 backend/frontend, Plaza/Ops UIs, and deploy scripts for tkmind.cn. Co-authored-by: Cursor <cursoragent@cursor.com>
122 lines
1.8 KiB
Plaintext
122 lines
1.8 KiB
Plaintext
__pycache__
|
|
*.pyc
|
|
*.jar
|
|
run_cli.sh
|
|
tokenizer_files/
|
|
.DS_Store
|
|
.idea
|
|
.vscode
|
|
*.log
|
|
tmp/
|
|
|
|
logs/
|
|
# Generated by Cargo
|
|
# will have compiled files and executables
|
|
debug/
|
|
target/
|
|
.goose/
|
|
.gooseignore
|
|
|
|
# These are backup files generated by rustfmt
|
|
**/*.rs.bk
|
|
|
|
# MSVC Windows builds of rustc generate these, which store debugging information
|
|
*.pdb
|
|
|
|
# UI
|
|
node_modules
|
|
./ui/desktop/out
|
|
|
|
# Generated goose DLLs (built at build time, not checked in)
|
|
ui/desktop/src/bin/goose_ffi.dll
|
|
ui/desktop/src/bin/goose_llm.dll
|
|
|
|
# Hermit
|
|
.hermit/
|
|
|
|
# Claude
|
|
.claude/settings.local.json
|
|
|
|
debug_*.txt
|
|
|
|
# Docs
|
|
# Dependencies
|
|
|
|
# Production
|
|
/build
|
|
|
|
# Generated files
|
|
.docusaurus
|
|
.cache-loader
|
|
|
|
# Benchmark paths
|
|
benchmark-*
|
|
benchconf.json
|
|
scripts/fake.sh
|
|
do_not_version/
|
|
/ui/desktop/src/bin/temporal
|
|
/temporal-service/temporal.db
|
|
/ui/desktop/src/bin/temporal.db
|
|
/temporal.db
|
|
/ui/desktop/src/bin/goose-scheduler-executor
|
|
/ui/desktop/src/bin/goose
|
|
/.env
|
|
|
|
/working_dir
|
|
|
|
# Local build scripts and generated snapshot artifacts
|
|
/build.bat
|
|
/build.ps1
|
|
/build_check.ps1
|
|
/crates/goose/src/agents/snapshots/*.snap.new
|
|
|
|
# Error log artifacts from mcp replay tests
|
|
crates/goose/tests/mcp_replays/*errors.txt
|
|
|
|
.gromastate
|
|
# Nix build output
|
|
result
|
|
|
|
# direnv
|
|
.direnv/
|
|
|
|
# Goose self-test artifacts
|
|
gooseselftest/
|
|
.tasks/
|
|
|
|
# 105 goosed 本地交叉编译缓存
|
|
deploy/.cargo-linux-amd64/
|
|
deploy/.target-linux-amd64/
|
|
deploy/artifacts/
|
|
|
|
# 本地环境与运行时
|
|
.env.local
|
|
ui/h5/.env
|
|
ui/desktop/.env
|
|
deploy/h5-105.env
|
|
deploy/lan-100.env
|
|
*.pid
|
|
.cloudflared.pid
|
|
.goosed.pid
|
|
.h5.pid
|
|
.h5-dev.pid
|
|
.plaza.pid
|
|
build-goosed-no-local.exit
|
|
|
|
# H5 用户数据与构建产物
|
|
ui/h5/MindSpace/
|
|
ui/h5/data/
|
|
ui/h5/users/
|
|
ui/h5/dist/
|
|
ui/h5/node_modules/
|
|
|
|
# 其他本地/临时内容
|
|
ui/ops/dist/
|
|
.claude/
|
|
$HOME/
|
|
china-us-h5/
|
|
stock_analysis/
|
|
temp/
|
|
china_economy_report.html
|
|
乾照光电研究报告.html
|