grim/local-pipelines

5e0c128f6567
pipeline: pass private env vars to the subprocess

We don't want to pass secret passwords via the commandline (which can be
viewed by any other process), we pass the private env vars to the
subprocess directly.
syntax: regexp
^\.cache/
^build/
^dist/
^venv/
syntax: glob
*.pyc
.*.swp
*.egg-info
.coverage