From 49b42570707e7a621ac08c0e32bbb69a39eb16b2 Mon Sep 17 00:00:00 2001 From: Rock Chin <1010553892@qq.com> Date: Fri, 16 Dec 2022 00:00:16 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0.gitignore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index cf4f0fba..637f4dc0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ config.py .idea/ -__pycache__/ \ No newline at end of file +__pycache__/ +database.db +qchatgpt.log \ No newline at end of file