移除__pycache__和egg-info,添加.gitignore

This commit is contained in:
Hermes Agent 2026-06-22 14:59:30 +08:00
parent f00d95654c
commit e5ad09cc75
22 changed files with 5 additions and 39 deletions

5
.gitignore vendored Normal file
View File

@ -0,0 +1,5 @@
__pycache__/
*.pyc
*.pyo
*.egg-info/
.DS_Store

View File

@ -1,12 +0,0 @@
Metadata-Version: 2.1
Name: xls2ddl
Version: 1.1.3
Summary: a xlsx file to database ddl converter
Home-page: UNKNOWN
Author: "yu moqing"
Author-email: "yumoqing@gmail.com"
License: "MIT"
Platform: UNKNOWN
UNKNOWN

View File

@ -1,18 +0,0 @@
README.md
pyproject.toml
setup.cfg
xls2ddl/__init__.py
xls2ddl/json2ddl.py
xls2ddl/json2xlsx.py
xls2ddl/singletree.py
xls2ddl/tmpls.py
xls2ddl/xls2crud.py
xls2ddl/xls2ddl.py
xls2ddl/xls2ui.py
xls2ddl/xlsxData.py
xls2ddl.egg-info/PKG-INFO
xls2ddl.egg-info/SOURCES.txt
xls2ddl.egg-info/dependency_links.txt
xls2ddl.egg-info/entry_points.txt
xls2ddl.egg-info/requires.txt
xls2ddl.egg-info/top_level.txt

View File

@ -1 +0,0 @@

View File

@ -1,6 +0,0 @@
[console_scripts]
json2ddl = xls2ddl.json2ddl:main
json2xlsx = xls2ddl.json2xlsx:main
xls2ddl = xls2ddl.xls2ddl:main
xls2ui = xls2ddl.xls2ui:main

View File

@ -1 +0,0 @@
apppublic

View File

@ -1 +0,0 @@
xls2ddl