# Runtime data (created by `triggershell start` in whatever directory the config lives in)
.triggershell/

# Secrets loaded by `triggershell` via ${VAR} interpolation - never commit these
.env
.env.*
!.env.example

# Local config files a developer might create while testing against this repo
/triggershell.yml

# Editors / OS
.DS_Store
.idea/
.vscode/
