Update Python template to include caching
Add an example of caching the requests under .cache/pip
and the installed packages under venv/
.
Taken from https://fleschenberg.net/gitlab-pip-cache/.
Needed for https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/12183