# Binaries plcdns *.exe *.dll *.so *.dylib # Test binary *.test # Output of the go coverage tool *.out coverage.html # Dependency directories vendor/ # Go workspace file go.work # IDE .vscode/ .idea/ *.swp *.swo *~ # OS .DS_Store Thumbs.db