b7993a54d5
- 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
24 lines
183 B
Plaintext
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/
|