| 1234567891011121314151617181920212223242526272829 |
- # SQLite databases
- *.db
- *.db?*
- *.db-journal
- *.db-wal
- *.db-shm
- # Daemon runtime files
- daemon.lock
- daemon.log
- daemon.pid
- bd.sock
- # Legacy database files
- db.sqlite
- bd.db
- # Merge artifacts (temporary files from 3-way merge)
- beads.base.jsonl
- beads.base.meta.json
- beads.left.jsonl
- beads.left.meta.json
- beads.right.jsonl
- beads.right.meta.json
- # Keep JSONL exports and config (source of truth for git)
- !issues.jsonl
- !metadata.json
- !config.json
|