goose/.gitignore
tlongwell-block ff3d4e9104
Some checks are pending
Canary / Prepare Version (push) Waiting to run
Canary / build-cli (push) Blocked by required conditions
Canary / Upload Install Script (push) Blocked by required conditions
Canary / bundle-desktop (push) Blocked by required conditions
Canary / bundle-desktop-linux (push) Blocked by required conditions
Canary / bundle-desktop-windows (push) Blocked by required conditions
Canary / Release (push) Blocked by required conditions
CI / changes (push) Waiting to run
CI / Check Rust Code Format (push) Blocked by required conditions
CI / Build and Test Rust Project (push) Blocked by required conditions
CI / Test and Lint Electron Desktop App (push) Blocked by required conditions
CI / bundle-desktop-unsigned (push) Blocked by required conditions
Documentation Site Preview / deploy (push) Waiting to run
Publish Docker Image / docker (push) Waiting to run
Add self-test recipe for goose validation (#5111)
This PR introduces goose-self-test.yaml, a meta-testing recipe that enables goose to validate its own capabilities through first-person integration testing.
2025-10-12 11:03:08 -04:00

74 lines
1.1 KiB
Text

__pycache__
*.pyc
*.jar
run_cli.sh
tokenizer_files/
.DS_Store
.idea
*.log
tmp/
logs/
# Generated by Cargo
# will have compiled files and executables
debug/
target/
.goose/
# These are backup files generated by rustfmt
**/*.rs.bk
# MSVC Windows builds of rustc generate these, which store debugging information
*.pdb
# UI
./ui/desktop/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
debug_*.txt
# Docs
# Dependencies
/node_modules
# 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
# Error log artifacts from mcp replay tests
crates/goose/tests/mcp_replays/*errors.txt
.gromastate
# Nix build output
result
# Goose self-test artifacts
gooseselftest/