From bb78d88be0382db8e0f946c0175897c37159f0d7 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Wed, 27 May 2026 01:19:55 -0500 Subject: chore: gitignore the inbox dir and editor backup files inbox/ holds local Claude handoff files and *~ are Emacs backups; neither belongs in the repo. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 98d6e37..dfa1df8 100644 --- a/.gitignore +++ b/.gitignore @@ -11,5 +11,7 @@ org-drill.html todo.org /.ai/ +/inbox/ /.coverage/ /*-autoloads.el +*~ -- cgit v1.2.3