This repository has been archived on 2026-07-08. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
railiance-infra/.gitignore

18 lines
155 B
Plaintext

# Terraform
.terraform/
terraform.tfstate*
*.tfvars
# Ansible
*.retry
# Secrets temp files
*.age
*.bak
*.tmp
*.swp
# Python bytecode
__pycache__/
*.pyc