Hi folks - wondering if anyone can explain what exactly goes into storage? I'm running something relatively small-scale locally and my /.prefect/storage folder is starting to get quite bloated. I'm not running this through a deployment, so my understanding is that this isn't my whole codebase being stored as per the docs on
storage. It seems implied (and would align with the files that I'm seeing) that individual task/flow result objects are getting saved here, but nothing in the prefect 2.0 docs actually say that explicitly - is that what's going on, and is there a way to manage them other than deleting/moving them manually?