# Binaries for programs and plugins *.exe *.exe~ *.dll *.so *.dylib # Test binary, built with `go test -c` *.test # Output of the go coverage tool *.out # Go workspace file go.work # Compiled binaries /cmd/server/server /cmd/client/client /cmd/levelbuilder/levelbuilder /cmd/builder/builder # WASM output /cmd/client/web/main.wasm *.wasm # IDE specific files .idea/ .vscode/ *.swp *.swo *~ # OS specific files .DS_Store Thumbs.db # Temporary files *.tmp *.log *.bak # Build artifacts /dist/ /build/ # Dependencies /vendor/ # Local configuration .env config.local.json # Debug files debug __debug_bin # Redis dump dump.rdb