atproto libraries implementation in ocaml
1# SQLite databases
2*.db
3*.db?*
4*.db-journal
5*.db-wal
6*.db-shm
7
8# Daemon runtime files
9daemon.lock
10daemon.log
11daemon.pid
12bd.sock
13
14# Legacy database files
15db.sqlite
16bd.db
17
18# Merge artifacts (temporary files from 3-way merge)
19beads.base.jsonl
20beads.base.meta.json
21beads.left.jsonl
22beads.left.meta.json
23beads.right.jsonl
24beads.right.meta.json
25
26# Keep JSONL exports and config (source of truth for git)
27!issues.jsonl
28!metadata.json
29!config.json