Files
echo-core/.gitignore
MoltBot Service 207b39f957 chore: update allowed_tools syntax + gitignore memory.bak
- Switch Bash permission patterns from space to colon separator
- Add memory.bak/ to .gitignore

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-15 21:14:53 +00:00

23 lines
220 B
Plaintext

.venv/
venv/
__pycache__/
*.pyc
*.pyo
*.egg-info/
sessions/
logs/
memory
*.sqlite
.env
*.secret
.DS_Store
*.swp
bridge/whatsapp/node_modules/
bridge/whatsapp/auth/
.vscode/
.idea/
credentials/
.claude/
*.pid
memory.bak/