bundle: update (2026-01-16)

This commit is contained in:
2026-01-16 00:15:37 +00:00
parent 5398165072
commit 94d3219d57
169 changed files with 39901 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
*~