bundle: update (2026-01-16)
This commit is contained in:
16
extensions/botbox3000/.gitignore
vendored
Normal file
16
extensions/botbox3000/.gitignore
vendored
Normal 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
|
||||
*~
|
||||
Reference in New Issue
Block a user