add gitignore

This commit is contained in:
Joshua Bell 2026-01-26 08:47:26 -06:00
parent 9842637836
commit 4bb36c0f75

View file

@ -62,6 +62,9 @@
# local only files # local only files
"*.local" "*.local"
# opencode
".sisyphus"
]; ];
}; };
} }