This commit is contained in:
2026-07-01 09:22:26 +00:00
parent 4aa1dab283
commit aa47a19e98
53 changed files with 4721 additions and 77 deletions
+15 -1
View File
@@ -4,8 +4,22 @@ data/*
!data/plugin/
data/plugin/skill/
# 插件运行时 SQLite / 状态
data/plugin/*/_data/
tmp/
.env
.idea/
.venv/
.venv/
# Python
__pycache__/
*.pyc
*.pyo
# Node / Frontend
node_modules/
frontend/dist/
data/plugin/*/frontend/dist/
data/plugin/*/frontend/node_modules/