Files
railiance-cluster/.gitignore
Bernd Worsch 6b9307289b
Some checks failed
railiance-tests / smoke (push) Has been cancelled
railiance: initial bootstrap scaffold
2025-09-12 01:46:14 +02:00

18 lines
166 B
Plaintext

# OS
.DS_Store
# Python
__pycache__/
*.pyc
# Ansible artifacts
*.retry
# Helm build
charts/*/charts/
charts/*/tmp/
# Local secrets (do not commit)
secrets/
*.enc