On this page: https://www.pulumi.com/docs/insights/policy/policy-packs/authoring/
Document the use of .gitignore (next to PulumiPolicy.yaml) for Python policy packs to ignore files/dirs like *.pyc and venv/ to prevent these from being included in the published policy pack's .tgz to keep the size of the policy pack small.
On this page: https://www.pulumi.com/docs/insights/policy/policy-packs/authoring/
Document the use of
.gitignore(next toPulumiPolicy.yaml) for Python policy packs to ignore files/dirs like*.pycandvenv/to prevent these from being included in the published policy pack's.tgzto keep the size of the policy pack small.