From 98303f26343d6fba0d9454d89fc345d580c77f88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8C=82=E4=B9=8B=E9=92=B3?= Date: Sun, 26 Jul 2026 16:43:20 +0800 Subject: [PATCH] chore: add build_*/ to gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index a638a0f..e00756f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ build/ +build_*/ build_py/ .cache/ *.swp