# Runtime secrets and local config
.env
.runner

# Generated runner config (mount, don't commit)
config/runner.yaml

# Local work directory
work/

# Custom CA files (mount, don't commit)
config/trusted-ca/*.crt
config/trusted-ca/*.pem

# Build artifacts
*.tar
*.tar.gz

# macOS
.DS_Store

# Editor
.vscode/
.idea/
*.swp
*.swo
