From 03e768d23283601e1801afdfe808dcbf8d5f98d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8E=E5=B0=8F=E4=B8=98?= Date: Wed, 25 Feb 2026 15:56:00 +0800 Subject: [PATCH] chore: update .gitignore for avatar and dev directories Co-Authored-By: Claude Opus 4.6 --- .gitignore | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 20979a4..e02f907 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,6 @@ # Python __pycache__/ *.py[cod] -*.pyo -*.pyd *.so *.egg *.egg-info/ @@ -79,3 +77,6 @@ statics/ # 许可证密钥(保密) license_private.pem license.key + +avatar/ +.dev/ \ No newline at end of file