chore: update .gitignore for avatar and dev directories

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-25 15:56:00 +08:00
parent bcb0a9b322
commit 03e768d232

5
.gitignore vendored
View File

@@ -1,8 +1,6 @@
# Python # Python
__pycache__/ __pycache__/
*.py[cod] *.py[cod]
*.pyo
*.pyd
*.so *.so
*.egg *.egg
*.egg-info/ *.egg-info/
@@ -79,3 +77,6 @@ statics/
# 许可证密钥(保密) # 许可证密钥(保密)
license_private.pem license_private.pem
license.key license.key
avatar/
.dev/