Files
CFspider/.gitignore
2026-01-04 17:35:59 +08:00

25 lines
250 B
Plaintext

pages/
node_modules/
wrangler.toml
.wrangler/
cfspider/
setup.py
pyproject.toml
dist/
build/
*.egg-info/
__pycache__/
# 临时文件
edgetunnel_proxy.py
# 测试文件
test.py
test_*.py
*.html
# 镜像输出目录
mirror/
*_mirror/
test_mirror_*/