From 78007b9d9aa19974e5a42cbc3effa8377402a8f5 Mon Sep 17 00:00:00 2001 From: "zhanghaobo@kanzhun.com" Date: Mon, 15 Dec 2025 11:08:59 +0800 Subject: [PATCH] chore: add .metals to .gitignore. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 1e65219df08..3e77157e71e 100644 --- a/.gitignore +++ b/.gitignore @@ -52,6 +52,7 @@ dist/ cmake-build-* .vscode .DS_Store +.metals python/lance/_*.cpp