diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..621111a --- /dev/null +++ b/.gitignore @@ -0,0 +1,20 @@ +/todo.org +/.ai/ +/inbox/ + +# Personal Claude tooling state +/.claude/settings.local.json +/.claude/.cache/ + +# Elisp build artefacts +*.elc +*.eln + +# Test logs +/tests/*-output.log + +# OS / editor noise +.DS_Store +*~ +\#*\# +.\#* |
