bundle: update (2026-01-18)

This commit is contained in:
2026-01-18 02:57:46 +00:00
parent e65941bb8c
commit f822f384e8
90 changed files with 24094 additions and 0 deletions

26
extensions/km-hatch/.gitignore vendored Normal file
View File

@@ -0,0 +1,26 @@
# Ignore anything that starts with a dot
.*
# But don't ignore .gitignore itself
!.gitignore
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.egg
*.egg-info/
dist/
build/
eggs/
.eggs/
# IDE
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db