# Binaries xapi *.exe *.dll *.so *.dylib # Test binary, built with `go test -c` *.test # Output of the go coverage tool *.out # Go vendor directory vendor/ # IDE directories .idea/ .vscode/ *.swp *.swo *~ # OS files .DS_Store Thumbs.db # Config files with secrets (user's local config) # Note: We don't ignore the entire .config directory # as users might want to share example configs