Files
AgentsMeeting/.gitignore
T
zhiwei b7993a54d5 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
2026-06-24 02:03:24 +08:00

24 lines
183 B
Plaintext

# Binaries
*.AppImage
*.exe
*.dll
squashfs-root/
# Logs
logs/
wxBot_logs/
# Temp
temp/
__pycache__/
*.pyc
# Config with secrets
.env
mowechat.conf
# OS
.DS_Store
Thumbs.db
.venv/