# Operating system temporary files
.DS_Store

# Editor/IDE specific settings
.idea
.vscode/

# Temporary output of build tools
bazel-*

# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib

# Test binary, build with `go test -c`
*.test

# Output of the go coverage tool
*.out
coverage.txt

# Others
## IDE-specific
*.iml
