railiance-infra/.gitignore
tegwick 087f5da57b chore: add .venv to .gitignore
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-27 01:53:58 +01:00

18 lines
162 B
Text

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