.gitignore (view raw)
1# Binaries for programs and plugins
2llm_aggregator
3*.exe
4*.exe~
5*.dll
6*.so
7*.dylib
8dist
9
10# Test binary, built with `go test -c`
11*.test
12
13# Code coverage profiles and other test artifacts
14*.out
15coverage.*
16*.coverprofile
17profile.cov
18
19# Dependency directories (remove the comment below to include it)
20# vendor/
21
22# Go workspace file
23go.work
24go.work.sum
25
26# env file
27.env
28
29# Honk
30.goosehints