Python
Caching
Directories:
- ~/.local/share/virtualenvs/venv
Cache key:
# <lockfile checksum>-<static version>
{{ checksum "Pipfile.lock"  }}-v1Environment variables:
- POETRY_CACHE_DIR=".cache"– Set the caching directory to be in the project
- POETRY_VIRTUALENVS_IN_PROJECT="true"– Set the virtualenv directory to be in the project
Directories:
- .venv
- .cache
Cache key:
# <lockfile checksum>-<static version>
{{ checksum "poetry.lock"  }}-v1 
        