Large accumulation of log files under ~/.config/gcloud/logs

These logs are generated automatically by gcloud and cleared automatically in 30 days. You can disable it by using the command below on the cloud shell.

gcloud config set core/disable_file_logging True

You can learn more about the command on the official GCP documentation.