From 4d5fd7e37de89633b0e97b51c5c8bd7ee26d5c91 Mon Sep 17 00:00:00 2001 From: pipeline Date: Fri, 21 Aug 2026 07:01:25 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=B7=BB=E5=8A=A0=20.gitignore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..db4b64d --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +# xls2ui 生成的 CRUD(构建产物,不入库) +wwwroot/pipeline_capacity/ +wwwroot/pipeline_pricing/ +wwwroot/pipeline_usage_log/ +build/ +*.egg-info/ +__pycache__/ +*.pyc