Hello, I have some dynamic infrastructure managed via self-hosted Pulumi on AWS S3, and I found that every stack that gets deleted leaves behind a .bak file, which is never ever purged (as far as we were able to tell). Is there any way to handle this in Pulumi, or is writing a custom cleanup system the best practice? Just so that the additional storage does not become a problem long-term.