feat: 添加自动转换py脚本

This commit is contained in:
dhb52
2024-05-02 17:42:07 +08:00
parent fd8889e76a
commit 1d4bb4d563
2 changed files with 644 additions and 0 deletions

8
sql/tools/.gitignore vendored Normal file
View File

@@ -0,0 +1,8 @@
# 忽略python虚拟环境
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/