bundle: update (2026-01-18)

This commit is contained in:
2026-01-18 01:20:18 +00:00
parent 83c22af578
commit 03c5c75177
149 changed files with 38486 additions and 0 deletions

16
extensions/botbox3000/.gitignore vendored Normal file
View File

@@ -0,0 +1,16 @@
# Hidden files and directories (everything starting with .)
.*
# Python cache (but keep bundled deps/)
__pycache__/
*.py[cod]
*$py.class
.Python
# But don't ignore this .gitignore file itself
!.gitignore
# IDEs
*.swp
*.swo
*~