Files
bootstrap/.gitignore
Sebastian Rust 702b7d2fe1
Some checks failed
Build Bootstrap Bundle / build (push) Failing after 54s
feat(bundle): initial commit
2026-02-05 18:19:37 +01:00

35 lines
347 B
Plaintext

# Secrets - NEVER commit
*.secret.yml
*.secret.yaml
secrets/
vault.yml
# Inventory files (contain hostnames/IPs)
inventory
inventory.txt
inventory.*.txt
# Pre-built bundles (CI builds fresh)
*.run
# Ansible artifacts
*.retry
.ansible/
# Python
__pycache__/
*.pyc
.venv/
venv/
# Editor
*.swp
*.swo
*~
.idea/
.vscode/
# OS
.DS_Store
Thumbs.db