Files
lettabot/.gitignore
Cameron 67f0550bd3 Add inbound attachment support with download, metadata, and pruning (#64)
* Add inbound attachment handling and pruning

* Add Signal attachment support and logging

- Implement full Signal attachment collection (copies from signal-cli dir)
- Add logging when attachments are saved to disk for all channels
- Skip audio attachments in Signal (handled by voice transcription)

Written by Cameron ◯ Letta Code

* Gitignore bun.lock

Keep lockfile local, don't track in repo.

Written by Cameron ◯ Letta Code

---------

Co-authored-by: Jason Carreira <jason@visotrust.com>
2026-02-01 22:14:30 -08:00

49 lines
553 B
Plaintext

# Dependencies
node_modules/
# Build output
dist/
# Environment files (contain secrets)
.env
.env.local
# Letta local data
.letta/
# User data
user-agents.json
# Reference repos (cloned for research)
*-reference/
# Test files
test-*.mjs
test-*.js
# OS files
.DS_Store
Thumbs.db
# IDE
.vscode/
.idea/
# Runtime files
cron-log.jsonl
cron-jobs.json
lettabot-agent.json
PERSONA.md
# Related repos
moltbot/
letta-code-sdk/
# WhatsApp session (contains credentials)
data/whatsapp-session/
# Config with secrets
lettabot.yaml
lettabot.yml
bun.lock