mirror of
https://github.com/ced4568/ceds-homelab.git
synced 2026-08-13 04:04:01 +00:00
34 lines
398 B
Plaintext
34 lines
398 B
Plaintext
# 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/
|