# Environment variables to inject in taskfiles.
env.yml
# Taskfile binary via bootstrap.sh
bin
**/config.json
# Python artifacts
**pycache**
**/*.pyc
**/.venv/**
**.egg-info**