From f93f9844dc3ffd987379dc78d2d7733924846994 Mon Sep 17 00:00:00 2001 From: rootiest Date: Mon, 11 May 2026 23:22:18 -0400 Subject: [PATCH] build(ignore): add case-insensitive patterns for local testing and temporary files Consolidates and expands the .gitignore to ignore various temporary and testing directories. This allows for local experimentation with new ideas and the preservation of disabled functions without the risk of accidentally committing them to the repository. --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitignore b/.gitignore index ac7181e..be064e2 100644 --- a/.gitignore +++ b/.gitignore @@ -36,3 +36,10 @@ OLD/ # Auto-managed by fish; contains machine-local state and universal vars fish_variables .claude + +# Personal testing/temporary files +[Tt][Mm][Pp]/ +[Tt][Ee][Mm][Pp]/ +[Tt][Ee][Mm][Pp][Oo][Rr][Aa][Rr][Yy]/ +[Tt][Ee][Ss][Tt][Ii][Nn][Gg]/ +[Dd][Ee][Bb][Uu][Gg]/