25 lines
239 B
Plaintext
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
|