【悟凡】真正意义上的净土重生:只保留核心逻辑

This commit is contained in:
2026-04-04 11:19:01 +08:00
commit 6f127936c1
47 changed files with 20847 additions and 0 deletions

24
.gitignore vendored Normal file
View File

@@ -0,0 +1,24 @@
# Python 缓存
__pycache__/
*.pyc
*.pyo
*.pyd
# 环境
venv/
.venv/
env/
.env
# Node.js
node_modules/
# 系统与工具
.DS_Store
.openclaw/
.vscode/
# 数据库与日志
*.db
*.sqlite3
*.log