ecc1b9d6dc
- sites/yunpan1/v1/: 新增云盘资源分享社区搜索源 - intro.md: 论坛介绍、板块列表 - urls.md: 站点链接、Cookie 维护说明 - usage.md: 搜索脚本使用、登录流程 - yunpan1_search.py: Python 搜索脚本(标准库零依赖) - .gitignore: 追加 .idea/ __pycache__/ *.pyc Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
6 lines
85 B
Plaintext
6 lines
85 B
Plaintext
# 临时文件 / 配置文件,不纳入版本管理
|
|
tmp/
|
|
.idea/
|
|
__pycache__/
|
|
*.pyc
|