# Binaries
*.exe
*.exe~
*.dll
*.so
*.dylib

# Test binary
*.test

# Output of the go coverage tool
*.out

# Dependency directories
vendor/

# Go build cache
$(GOPATH)/pkg/

# Build artifacts
build/

# IDE
.idea/
.vscode/
*.swp
*.swo
