chore: initialize minions template repository

This commit is contained in:
deamonkai
2026-04-10 08:40:56 -05:00
commit 9724628f1c
18 changed files with 1077 additions and 0 deletions

39
.gitignore vendored Normal file
View File

@@ -0,0 +1,39 @@
# OS artifacts
.DS_Store
**/.DS_Store
# Local operator/minion scratch context
.mm.md
# Secrets and local environment files
.env
.env.*
!.env.example
*.pem
*.key
*.p12
*.pfx
# Editor and workspace settings
.vscode/
.idea/
*.swp
*.swo
# Logs and temporary files
*.log
*.tmp
*.temp
*.bak
*.orig
# Python artifacts (if minions/scripts are added)
__pycache__/
*.py[cod]
.venv/
venv/
# Node artifacts (if helper tooling is added)
node_modules/
dist/
coverage/