Need to remove the `.bash_logout` for shell runner + other executors

Was getting the error about the shell profile not being configured correctly for the gitlab shell runner due to the /home/gitlab-runner/.bash_logout file being present

GitLab docs for the shell profile loading are found here

From docs, these are the other executors:

Executors that load shell profiles: shell parallels (The shell profile of the target virtual machine is loaded) virtualbox (The shell profile of the target virtual machine is loaded) ssh (The shell profile of the target machine is loaded) docker-ssh (The shell profile of the target machine is loaded) docker-ssh+machine (The shell profile of the target machine is loaded)