gigl.common.utils.delete_and_create_local_path# gigl.common.utils.local_fs.delete_and_create_local_path(local_path: LocalUri) → None# Deletes the existing local directory at the given path and creates a new one. Args:local_path (LocalUri): The path of the local directory to delete and create. Returns:None