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