- Added multiple PNG images to the mini-program images directory under ROOS, including various themed images. - Introduced new warranty-related images, enhancing the visual content for warranty information. - All images are newly created and have been added with appropriate file permissions.
28 lines
372 B
Plaintext
28 lines
372 B
Plaintext
# Python (Architecture-Diagram/ 提取脚本用到的虚拟环境)
|
|
.venv/
|
|
__pycache__/
|
|
*.pyc
|
|
|
|
# Claude Code 本地设置(个人权限配置,不进仓库)
|
|
.claude/settings.local.json
|
|
|
|
# drawio 临时/备份文件
|
|
.$*.drawio.bkp
|
|
*.drawio.bkp
|
|
|
|
# OS junk
|
|
.DS_Store
|
|
Thumbs.db
|
|
desktop.ini
|
|
|
|
# 编辑器
|
|
.vscode/
|
|
.idea/
|
|
|
|
# agents
|
|
.claude
|
|
.agents
|
|
|
|
|
|
# origin-files
|
|
origin-prd/ |