From 88b67285202809fd761386c47b5839d6c19db27a Mon Sep 17 00:00:00 2001 From: yshtcn Date: Fri, 8 Sep 2023 12:07:02 +0800 Subject: [PATCH] =?UTF-8?q?-=20=E5=A2=9E=E5=8A=A0=E5=BF=BD=E7=95=A5?= =?UTF-8?q?=E5=8F=AF=E8=83=BD=E5=90=AB=E6=9C=89=E6=95=8F=E6=84=9F=E4=BF=A1?= =?UTF-8?q?=E6=81=AF=E7=9A=84=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6=20-=20?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=BF=BD=E7=95=A5=E6=97=A5=E5=BF=97=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E3=80=81=E5=BE=85=E5=8F=91=E6=B6=88=E6=81=AF=E9=98=9F?= =?UTF-8?q?=E5=88=97=E6=96=87=E4=BB=B6=E5=92=8C=E4=BF=9D=E5=AD=98=E7=9A=84?= =?UTF-8?q?=E6=94=B6=E5=8F=91=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index 3e7a4a6..3ce23a9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,9 @@ +received_requests_* +received_data_* +sent_data_* +bot_config.json +pending_messages.json + # Byte-compiled / optimized / DLL files __pycache__/ *.py[cod]