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