infra/.gitignore
jack 6afd298730
All checks were successful
CI/CD / syntax-check (push) Successful in 2m0s
CI/CD / deploy (push) Successful in 7m43s
fix: commit encrypted vault file so CI can decrypt it
vault.yml was in .gitignore so CI jobs had no vault variables.
The file is AES-256 encrypted — safe to commit to a private repo.
The password stays in ~/.vault-password-file (still gitignored).

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-22 00:19:44 +07:00

6 lines
74 B
Text

.vault-password-file
*.retry
__pycache__/
*.pyc
.DS_Store
.ansible_cache/