移除临时文件,添加/更新.gitignore

This commit is contained in:
Hermes Agent 2026-06-22 15:00:26 +08:00
parent 2a7be96ec9
commit dfad387358
6 changed files with 2 additions and 21 deletions

2
.gitignore vendored
View File

@ -2,3 +2,5 @@
__pycache__/
*.pyc
.pytest_cache/
*.pyo
.DS_Store

View File

@ -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

View File

@ -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

View File

@ -1,2 +0,0 @@
sqlor
bricks_for_python

View File

@ -1 +0,0 @@
dashboard_for_sage