1. 增加了请求框架

2. 增加了删除虚拟环境的脚本
This commit is contained in:
2026-01-12 14:20:44 +08:00
parent 45276a7787
commit bda8f13446
68 changed files with 9067 additions and 1 deletions

14
.gitignore vendored
View File

@@ -174,3 +174,17 @@ cython_debug/
# PyPI configuration file
.pypirc
# Virtual Environments (项目特定的虚拟环境)
# 排除 X-Request 目录下的虚拟环境
X-Request/xrequest/
X-Request/venv/
X-Request/env/
X-Request/.venv/
X-Request/ENV/
X-Request/ENV.bak/
X-Request/venv.bak/
# X-Request 项目 (如果它有自己的 .git 仓库,则整个排除)
# 如果 X-Request 是子模块,请删除此行
X-Request/