[very crude, wip] post to bsky without the distraction of feeds

chore: gitignore db temp files

+2
+2
.gitignore
··· 3 4 # Database 5 *.sqlite3 6 *.db 7 8 # IDE/Editor
··· 3 4 # Database 5 *.sqlite3 6 + *.sqlite3-wal 7 + *.sqlite3-shm 8 *.db 9 10 # IDE/Editor