feat: initial infrastructure baseline

This commit is contained in:
ja
2026-02-27 16:20:37 +01:00
commit 264cd31ce6
17 changed files with 497 additions and 0 deletions
+28
View File
@@ -0,0 +1,28 @@
# OS files
.DS_Store
Thumbs.db
# Secrets
.env
*.key
*.pem
credentials.json
ansible/vault_password
# Local Cline rules
CLAUDE.local.md
.clinerules/local.md
# Logs
*.log
.rlm/logs/
# Dependencies
node_modules/
venv/
.venv/
__pycache__/
# Infrastructure
.terraform/
*.tfstate*