# Binaries vpn-client vpn-client.exe *.exe *.dll *.so *.dylib # Test binary *.test # Output of the go coverage tool *.out # Dependency directories vendor/ xray/ # Go workspace file go.work # Config and logs .vpn_client/ logs/ # IDE .vscode/ .idea/ *.swp *.swo *~ # OS .DS_Store Thumbs.db