From 775328a2172f813e3dd787d0b924797a2fd0658c Mon Sep 17 00:00:00 2001 From: tianfenghan Date: Wed, 27 May 2026 14:02:52 +0800 Subject: [PATCH] =?UTF-8?q?chore(build):=20=E6=B7=BB=E5=8A=A0=20Python=20?= =?UTF-8?q?=E7=BC=93=E5=AD=98=E7=9B=AE=E5=BD=95=E5=88=B0=E5=BF=BD=E7=95=A5?= =?UTF-8?q?=E5=88=97=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在 .gitignore 中添加 __pycache__ 目录 - 防止 Python 编译缓存文件被提交到仓库 --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 86e3ca0e..5281261d 100644 --- a/.gitignore +++ b/.gitignore @@ -10,6 +10,7 @@ /projects /.php-cs-fixer.cache /.phpunit.cache +/__pycache__ *.o *.dll *.exe