# Terraform
*.tfstate*
.terraform
.terraform.lock.hcl
terraform.tfvars.json
*.pem

# Python
__pycache__
*.py[cod]
*$py.class
*.so
.Python
build
develop-eggs
dist
downloads
eggs
.eggs
lib
lib64
parts
sdist
var
wheels
*.egg-info
.installed.cfg
*.egg
.pytest_cache
.venv
venv

# IDE
.vscode
.idea
*.swp
*.swo

# OS
.DS_Store
.env
.env.local
*.tar.gz
