diff --git a/clone_repos.py b/clone_repos.py index 537cf52..f1c658b 100644 --- a/clone_repos.py +++ b/clone_repos.py @@ -14,6 +14,7 @@ EXCLUSION_LIST = [ "aosp-mirror/platform_frameworks_base", # takes ages to clone "alibaba/druid", # tests takes literally more than 5 hours "hashgraph/hedera-mirror-node", # requires authentication + "Starcloud-Cloud/starcloud-llmops", # requires authentication ] def clone(repo: str, dest: str, updates: dict, force: bool = False, verbose: bool = False) -> None: