From d4f2fa547ab757b0e075e255ec609f8235da54e4 Mon Sep 17 00:00:00 2001 From: goodboy Date: Sun, 1 Mar 2026 17:46:03 -0500 Subject: [PATCH] Extend `.gitignore` for dev/gen artifacts Add ignore rules for commit-msg gen tmp files, nix dev profiles, vim sessions, macOS metadata, gitea local docs, and private LLM conversation logs. (this commit msg was generated in some part by [`claude-code`][claude-code-gh]) [claude-code-gh]: https://github.com/anthropics/claude-code --- .gitignore | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/.gitignore b/.gitignore index 894a44cc..61a677df 100644 --- a/.gitignore +++ b/.gitignore @@ -102,3 +102,27 @@ venv.bak/ # mypy .mypy_cache/ + +# all files under +.git/ + +# any commit-msg gen tmp files +.claude/*_commit_*.md +.claude/*_commit*.toml + +# nix develop --profile .nixdev +.nixdev* + +# :Obsession . +Session.vim +# gitea local `.md`-files +# TODO? would this be handy to also commit and sync with +# wtv git hosting service tho? +gitea/ + +# ------ macOS ------ +# Finder metadata +**/.DS_Store + +# LLM conversations that should remain private +docs/conversations/