Files
goose/.gitignore
marcelle 8fbd9eb327 feat: efficient benching (#1921)
Co-authored-by: Tyler Rockwood <rockwotj@gmail.com>
Co-authored-by: Kalvin C <kalvinnchau@users.noreply.github.com>
Co-authored-by: Alice Hau <110418948+ahau-square@users.noreply.github.com>
2025-04-08 14:43:43 -04:00

44 lines
549 B
Plaintext

run_cli.sh
tokenizer_files/
.DS_Store
.idea
*.log
tmp/
# Generated by Cargo
# will have compiled files and executables
debug/
target/
# 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
# Hermit
/.hermit/
/bin/
debug_*.txt
# Docs
# Dependencies
/node_modules
# Production
/build
# Generated files
.docusaurus
.cache-loader
# Benchmark paths
benchmark-*
benchconf.json
scripts/fake.sh
do_not_version/