From 363f30dcd6604826bcb1c30c4d725b708143cb5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E8=88=AA=E5=AE=87?= <3364451258@qq.com> Date: Sat, 8 Aug 2026 17:49:09 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=BF=BD=E7=95=A5=20Python=20?= =?UTF-8?q?=E7=BC=93=E5=AD=98=E7=9B=AE=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 5666562..552b0a5 100644 --- a/.gitignore +++ b/.gitignore @@ -32,3 +32,5 @@ third-party/darkreader/* !third-party/darkreader/darkreader.mjs !third-party/darkreader/index.d.ts !third-party/darkreader/LICENSE +__pycache__/ +*.pyc