chore: ignore test files

This commit is contained in:
test01
2026-01-04 01:43:36 +08:00
parent 672d350396
commit d32b46ca28
8 changed files with 4 additions and 1140 deletions

View File

@@ -1,9 +0,0 @@
import cfspider
import requests
worker_url = "ip.kami666.xyz"
cf_response = cfspider.get("https://httpbin.org/ip", cf_proxies=worker_url)
req_response = requests.get("https://httpbin.org/ip")
print(cf_response.text)
print(req_response.text)