From e4a92e9be41f3eb7ce35bd8d8f040b5912086e80 Mon Sep 17 00:00:00 2001 From: test Date: Sat, 7 Mar 2026 14:17:49 +0800 Subject: [PATCH] chore: ignore runtime config files and reorganize .gitignore - Ignore *.yaml and *.yaml.backup files - Reorganize sections with clear comments Co-Authored-By: Claude Sonnet 4.5 --- .gitignore | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index a7bd664..4d2b11d 100644 --- a/.gitignore +++ b/.gitignore @@ -25,4 +25,11 @@ test-*.js compare_*.js # logs -logs \ No newline at end of file +logs + +# oh my opencode +.sisyphus + +# Runtime config files +*.yaml +*.yaml.backup \ No newline at end of file