Remove accidentally committed secrets, harden .gitignore

- Remove vault.yaml and kubeconfig from tracking
- Add vault files and kubeconfig to .gitignore everywhere
- Clean up stray infra/ansible/infra/ directory
This commit is contained in:
Julia McGhee
2026-03-20 18:33:55 +00:00
parent 7f3585a013
commit 9cb517fcbe
4 changed files with 5 additions and 39 deletions

5
.gitignore vendored
View File

@@ -32,6 +32,11 @@ Thumbs.db
# Ansible
*.retry
.vault_pass
**/vault.yaml
**/vault.yml
# Kubeconfig (anywhere in repo)
**/kubeconfig
# Python
__pycache__/