cleanup: archive unused scripts, finalize docs

- Moved old GDB hook and memory monitor scripts to archive/
- Updated README with final Docker solution
- Updated .env.example, .gitignore
- Added final-note.md documenting deployment decision
- All research scripts preserved in archive/ for reference
This commit is contained in:
2026-06-24 02:03:24 +08:00
parent f1630ebb03
commit b7993a54d5
12 changed files with 93 additions and 56 deletions
+11 -33
View File
@@ -1,45 +1,23 @@
# Python
__pycache__/
*.pyc
*.pyo
.venv/
*.egg-info/
# Binaries
*.AppImage
*.exe
*.dll
squashfs-root/
# Logs
*.log
logs/
wxBot_logs/
# Temp
temp/
*.tmp
*.db
__pycache__/
*.pyc
# IDE
.vscode/
.idea/
# Env
# Config with secrets
.env
.env.local
# Large binaries
*.exe
*.dll
*.png
*.jpg
*.jpeg
*.gif
# Submodules / external projects
hermes-agent/
gateway/qq-bot/
node_modules/
mowechat.conf
# OS
.DS_Store
Thumbs.db
# Large binaries
*.AppImage
*.exe
*.dll
.venv/