From 4f855ba0daac1ca846c455f2bf5ad9249d6a6b4c Mon Sep 17 00:00:00 2001 From: gouki Date: Wed, 5 Aug 2026 12:41:17 +0000 Subject: [PATCH] =?UTF-8?q?chore:=20.gitignore=20=E5=BF=BD=E7=95=A5=20.env?= =?UTF-8?q?.local=EF=BC=88=E9=98=B2=E6=AD=A2=20S3=20=E5=AF=86=E9=92=A5?= =?UTF-8?q?=E8=AF=AF=E6=8F=90=E4=BA=A4=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 6a964db..418a212 100644 --- a/.gitignore +++ b/.gitignore @@ -3,5 +3,6 @@ __pycache__/ .venv/ data/ .env +.env.local .DS_Store .pytest_cache/