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:
+11
-33
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user