# Binaries
*.exe
*.exe~
*.dll
*.so
*.dylib
client-go2

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

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

# Go workspace file
go.work
go.work.sum

# Dependency directories
vendor/

# IDE specific files
.idea/
.vscode/
*.swp
*.swo
*~

# OS specific files
.DS_Store
Thumbs.db

# Temporary files
*.tmp
*.bak