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.
This commit is contained in:
2026-05-11 23:22:18 -04:00
parent 9467d2c206
commit f93f9844dc
+7
View File
@@ -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]/