mirror of
https://github.com/Manoj-HV30/cloud-vps.git
synced 2026-07-13 00:50:10 +00:00
23 lines
257 B
Plaintext
23 lines
257 B
Plaintext
# Pulumi
|
|
azure/venv/
|
|
venv/
|
|
*.pyc
|
|
__pycache__/
|
|
|
|
# Pulumi state (if using local backend)
|
|
azure/.pulumi/
|
|
.pulumi/
|
|
|
|
# Secrets
|
|
.env
|
|
|
|
# Ansible
|
|
*.retry
|
|
|
|
# OS junk
|
|
.DS_Store
|
|
|
|
# Local configurations (DO NOT COMMIT)
|
|
azure/Pulumi.dev.yaml
|
|
azure/ansible/inventory.yml
|