.gitignore 440 B

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