Initial runner configuration

This commit is contained in:
Nils-Johan Gynther
2026-05-12 19:16:47 +02:00
parent aacfde24e5
commit 6fb89ee820
4 changed files with 195 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
# Environment and secrets
.env
.env.local
# Runner data and state
/data
.runner
# Docker and system
.DS_Store
*.log
# IDE
.vscode/
.idea/
*.swp
*.swo