feat:初版

This commit is contained in:
2025-12-03 15:48:44 +08:00
commit b4df26f61d
199 changed files with 23434 additions and 0 deletions

44
.gitignore vendored Normal file
View File

@@ -0,0 +1,44 @@
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
venv/
env/
ENV/
# 数据库
database/*.db
database/*.db-journal
# 日志
logs/
*.log
# 配置文件(包含敏感信息)
main_config.toml
plugins/*/config.toml
# DLL 文件
libs/*.dll
# 资源文件
resources/
resource/
# IDE
.vscode/
.idea/
*.swp
*.swo
# 临时文件
*.tmp
*.bak
.DS_Store
Thumbs.db
# WebUI
instance/
.webassets-cache