diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 22 |
1 files changed, 22 insertions, 0 deletions
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/ |
