# 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/

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

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