From b33a3eb20186da9a16140bc7ff0e8eda4bff752c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A2=A6=E5=87=8C=E6=B1=90?= Date: Tue, 6 May 2025 18:56:35 +0800 Subject: [PATCH] Update gitignore --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index f0fca6a..6d17870 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ -/app/__pycache__ -/app/.env \ No newline at end of file +__pycache__ +.env \ No newline at end of file