This commit is contained in:
Jason Stedwell
2026-06-29 21:56:12 -05:00
parent bc207c1cf7
commit 1757777a32
32 changed files with 1468 additions and 44 deletions
+26
View File
@@ -0,0 +1,26 @@
# 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