Files
railiance-infra/.gitignore
2026-03-27 01:53:58 +01:00

19 lines
162 B
Plaintext

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