# Terraform local/runtime files .terraform/ *.tfstate *.tfstate.* crash.log crash.*.log override.tf override.tf.json *_override.tf *_override.tf.json # Terraform secret variable files *.tfvars *.tfvars.json terraform.tfvars terraform.tfvars.json # Ansible local/runtime files *.retry .ansible/ ansible-vault-password* vault-password* # Secret material .env .env.* !.env.example secrets/ secret/ *.pem *.key id_rsa id_rsa.pub id_ed25519 id_ed25519.pub *_private_key *_private_key.pub # Gitea runner tokens/config generated with secrets act_runner.token gitea-runner-registration-token* runner-registration-token* runner-config.secret.yaml # OS/editor noise .DS_Store *.swp *.swo *.pdf