re-organize

This commit is contained in:
Joseph Hanson 2024-11-01 14:17:07 -05:00
parent 20b48673c8
commit 6438d94752
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

21
.gitignore vendored
View file

@ -1,19 +1,26 @@
# OS generated files
.DS_Store .DS_Store
Thumbs.db Thumbs.db
# Development environments
.direnv .direnv
.private/ .idea/
.venv/ .venv/
.pytest_cache/
# Infrastructure and deployment
.terraform .terraform
.direnv
*.tfvars *.tfvars
kubeconfig*
*talosconfig.yaml
omniconfig.yaml
# Security and credentials
.private/
.decrypted~* .decrypted~*
*.agekey *.agekey
*.pub *.pub
*.key *.key
*.pem *.pem
kubeconfig*
*talosconfig.yaml
omniconfig.yaml
config.xml
.idea/
*.secrets *.secrets
config.xml