Files
agent-evals/backend/.gitignore
Evan Reichard 67c4bdf0c7 chore: remove server binary from git tracking
Remove the binary from version control and add it to .gitignore to
prevent future commits of build artifacts.
2026-02-05 18:22:33 -05:00

37 lines
351 B
Plaintext

# Binaries
server
# Data directory
data/
# Go
*.exe
*.exe~
*.dll
*.so
*.dylib
go.work
go.work.sum
# Test binary, built with `go test -c`
*.test
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
# Dependency directories
vendor/
# Go workspace file
go.work
go.work.sum
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
server
server