移除临时文件,添加/更新.gitignore
This commit is contained in:
parent
2a7be96ec9
commit
dfad387358
2
.gitignore
vendored
2
.gitignore
vendored
@ -2,3 +2,5 @@
|
|||||||
__pycache__/
|
__pycache__/
|
||||||
*.pyc
|
*.pyc
|
||||||
.pytest_cache/
|
.pytest_cache/
|
||||||
|
*.pyo
|
||||||
|
.DS_Store
|
||||||
|
|||||||
@ -1,7 +0,0 @@
|
|||||||
Metadata-Version: 2.4
|
|
||||||
Name: dashboard_for_sage
|
|
||||||
Version: 1.0.0
|
|
||||||
Summary: Dashboard module for Sage - LLM usage and user statistics
|
|
||||||
Requires-Python: >=3.8
|
|
||||||
Requires-Dist: sqlor
|
|
||||||
Requires-Dist: bricks_for_python
|
|
||||||
@ -1,10 +0,0 @@
|
|||||||
README.md
|
|
||||||
pyproject.toml
|
|
||||||
dashboard_for_sage/__init__.py
|
|
||||||
dashboard_for_sage/init.py
|
|
||||||
dashboard_for_sage/load_dashboard.py
|
|
||||||
dashboard_for_sage.egg-info/PKG-INFO
|
|
||||||
dashboard_for_sage.egg-info/SOURCES.txt
|
|
||||||
dashboard_for_sage.egg-info/dependency_links.txt
|
|
||||||
dashboard_for_sage.egg-info/requires.txt
|
|
||||||
dashboard_for_sage.egg-info/top_level.txt
|
|
||||||
@ -1 +0,0 @@
|
|||||||
|
|
||||||
@ -1,2 +0,0 @@
|
|||||||
sqlor
|
|
||||||
bricks_for_python
|
|
||||||
@ -1 +0,0 @@
|
|||||||
dashboard_for_sage
|
|
||||||
Loading…
x
Reference in New Issue
Block a user