Initial commit: Ced's HomeLab docs and structure

This commit is contained in:
2025-12-08 22:17:44 -06:00
commit 7650e6f459
18 changed files with 643 additions and 0 deletions
+33
View File
@@ -0,0 +1,33 @@
# OS / Editor junk
.DS_Store
Thumbs.db
*.swp
*.swo
# Node / Python / etc (future-proofing)
node_modules/
venv/
.env
# Secrets (DO NOT COMMIT!)
*.pem
*.key
*.crt
*.pfx
*.json
secrets.yaml
secret.yaml
*.kubeconfig
# Home Assistant internal data
home-assistant/.storage/
home-assistant/.cloud/
# Terraform / Ansible (if you add later)
*.tfstate
*.tfstate.backup
.terraform/
# IDE
.vscode/
.idea/