From 5e956a8a2e76122c42c5dc7ecbb4180b8340497e Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sat, 6 Jun 2026 05:55:29 -0500 Subject: chore: scaffold the Duet package skeleton MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Initial skeleton for Duet, a two-pane file commander built on dirvish/dired: the package header and entry-command stub, the README, and the test directory. Pre-alpha — no functionality yet. --- .gitignore | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a6b2d71 --- /dev/null +++ b/.gitignore @@ -0,0 +1,22 @@ +# Build artifacts +*.elc +*.eln +/.eldev/ +/eln-cache/ + +# Emacs cruft +*~ +\#*\# +.\#* + +# Coverage / test output +/coverage/ +/.coverage/ + +# Local planning + AI tooling (kept out of the public repo). +# The design spec carries multi-round review history with contributor +# attribution; track it publicly only after anonymizing to roles. +/.ai/ +/inbox/ +/todo.org +/docs/design/ -- cgit v1.2.3