python workspace

This commit is contained in:
2026-02-04 15:42:08 +08:00
parent e7c5176229
commit a0ad369211
37 changed files with 47631 additions and 0 deletions

7
proxy.sh Executable file
View File

@ -0,0 +1,7 @@
unset HTTP_PROXY
export http_proxy="http://127.0.0.1:36000"
unset HTTPS_PROXY
export https_proxy="http://127.0.0.1:36000"
unset NO_PROXY
export no_proxy="10.0.0.0/8,172.16.0.0/12,192.168.0.0/16,127.0.0.1,127.0.0.0/8,localhost,127.0.0.1,::1,192.168.2.0/24,Crosstyan-MacBook.local,*.local"