初始化:记忆系统源代码上传(已脱敏)

- 排除 .env / *.bak / 内部运维文档(README_INTERNAL.html)
- config.py 默认密码已替换为占位符 CHANGE_ME_*
- init_db.sql 移除生产数据库用户 GRANT 段
- README.html 数据库用户名已脱敏
- 保留:源码 + 公网 API 文档 + 建表 SQL(无授权语句)
This commit is contained in:
zqf
2026-08-03 04:53:48 +08:00
commit b1f93588f1
30 changed files with 5591 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
# Environment & secrets
.env
.env.*
*.bak
*.bak.*
# Python
__pycache__/
*.py[cod]
venv/
.venv/
# IDE
.idea/
.vscode/
# Runtime
*.log
*.pid