Initial Tencent Cloud ops agent

This commit is contained in:
2026-07-02 16:55:59 +08:00
commit 0ddb001102
12 changed files with 341 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
# Secrets and local credentials
.env
.env.*
*.pem
*.key
*.p12
*.pfx
*secret*
*credential*
# Local outputs
tmp/
logs/
outputs/
*.log
# OS/editor
.DS_Store
Thumbs.db
.vscode/