feat: 修复代码审核报告问题

This commit is contained in:
congsh
2026-06-12 16:04:03 +08:00
commit bae47a2411
46 changed files with 6231 additions and 0 deletions
+53
View File
@@ -0,0 +1,53 @@
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# 虚拟环境
.venv/
venv/
ENV/
env/
# 环境配置
.env
.env.local
# IDE
.idea/
.vscode/
*.swp
*.swo
# 测试与缓存
.pytest_cache/
.mypy_cache/
.ruff_cache/
# 前端
frontend/node_modules/
frontend/dist/
# 数据目录
data/
*.db
# 系统文件
.DS_Store