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 <noreply@anthropic.com>
This commit is contained in:
test
2026-03-07 14:17:49 +08:00
parent 6f19890a84
commit e4a92e9be4

9
.gitignore vendored
View File

@@ -25,4 +25,11 @@ test-*.js
compare_*.js compare_*.js
# logs # logs
logs logs
# oh my opencode
.sisyphus
# Runtime config files
*.yaml
*.yaml.backup