Hey Y'all! Would love to see some sort of `--ignore` option built in! Example: Use an input file of resources that leftovers would ignore when running... ``` leftovers --no-confirm --ignore ~/ignored_resources.txt cat ignored_resources.txt "IAM Service Account: projects/PROJECT/serviceAccounts/pks-v1-tform@PROJECT.iam.gserviceaccount.com" "IAM Service Account: projects/PROJECT/serviceAccounts/410024626587-compute@developer.gserviceaccount.com" ``` Now I can keep some resources around on each of the cloud providers that I don't want deleted but totally nuke the rest of the environment.