From 98073f4f541ae49df20e98c9754d63bcf112b34e Mon Sep 17 00:00:00 2001 From: xianglongfei Date: Tue, 5 Mar 2024 20:18:17 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=96=B0=E5=A2=9Egit=E5=BF=BD=E7=95=A5?= =?UTF-8?q?=E6=96=87=E4=BB=B6=EF=BC=8C=E5=BF=BD=E7=95=A5conf=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E6=96=87=E4=BB=B6/=E6=97=A5=E5=BF=97=E6=96=87?= =?UTF-8?q?=E4=BB=B6/=E7=BB=93=E6=9E=9C=E6=96=87=E4=BB=B6/python=E7=BC=93?= =?UTF-8?q?=E5=AD=98=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..6e6685321 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +*.pyc +/conf/ +/logs/ +/results/ \ No newline at end of file -- Gitee