personal memory agent
0

Configure Feed

Select the types of activity you want to include in your feed.

solstone / .gitignore
538 B 39 lines
1.env 2.venv 3*.egg-info/ 4__pycache__/ 5*.pyc 6logs/ 7*.ogg 8*.mp3 9*.flac 10.coverage* 11tests/fixtures/journal/agents/*/*.jsonl 12tests/fixtures/journal/tokens/*.json 13tests/fixtures/journal/*/health/*.jsonl 14tests/fixtures/journal/chronicle/*/health/*.jsonl 15*.sqlite 16*.sqlite-shm 17*.sqlite-wal 18*.log 19*.port 20/config*.py 21.installed 22.python-version-hash 23.rust-core-hash 24/journal/* 25/identity.md 26.agents/ 27.claude/ 28.sandbox.pid 29.sandbox.journal 30build/ 31core/target/ 32/dist/ 33/target/ 34tmp/ 35/sol/ 36.sol/ 37!/journal/AGENTS.md 38!/journal/CLAUDE.md 39!/journal/GEMINI.md