Files
agentic-pd-hybrid/third_party/sglang/sgl-model-gateway/bindings/golang/.gitignore

25 lines
239 B
Plaintext

# Build artifacts
target/
lib/
# Compiled binaries
examples/simple/simple
examples/streaming/streaming
# Go build artifacts
*.o
*.a
*.so
*.dylib
# IDE and editor files
.vscode/
.idea/
*.swp
*.swo
*~
# Environment files
.env
.env.local