# Python __pycache__/ *.py[cod] *.egg-info/ .eggs/ build/ dist/ .venv/ venv/ .pytest_cache/ .ruff_cache/ # Runtime data (created by `triggershell start/dev` 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/