# secrets
*.json
mesh*.yaml
secrets/

# local run state (config/ has its own whitelist .gitignore)
costs/

# python
.venv/
venv/
__pycache__/
*.egg-info/
.coverage
coverage.xml

# terraform
.terraform/
*.lock.hcl
*.tfstate
*.tfstate.*
