aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey A. Osokin <osa@FreeBSD.org>2026-04-08 14:57:21 +0000
committerSergey A. Osokin <osa@FreeBSD.org>2026-04-08 15:02:30 +0000
commitcb4635e15c5aa31ba4607766875cd8bc27a3aee8 (patch)
tree94cb5357a164c416123581e48c00dab6d0dbda96
parent97bb37ed925d252b8c36a320eb7c0eeb477a1dcc (diff)
-rw-r--r--devel/jetbrains-clion/Makefile14
-rw-r--r--devel/jetbrains-clion/distinfo6
-rw-r--r--devel/jetbrains-clion/files/patch-bin_clion.sh11
-rw-r--r--devel/jetbrains-clion/pkg-plist4106
4 files changed, 2511 insertions, 1626 deletions
diff --git a/devel/jetbrains-clion/Makefile b/devel/jetbrains-clion/Makefile
index ef749356c105..58bd2813f4f1 100644
--- a/devel/jetbrains-clion/Makefile
+++ b/devel/jetbrains-clion/Makefile
@@ -1,6 +1,5 @@
PORTNAME= clion
-DISTVERSION= 2025.2.2
-PORTREVISION= 2
+DISTVERSION= 2025.3.3
CATEGORIES= devel
MASTER_SITES= https://download-cdn.jetbrains.com/cpp/ \
https://packages.jetbrains.team/files/p/clion/ports/2025.2/freebsd/clang/:clang
@@ -42,8 +41,6 @@ USES= cpe java python:run shebangfix
CPE_VENDOR= jetbrains
JAVA_VERSION= 21+
-SHEBANG_FILES= plugins/python-ce/helpers/typeshed/scripts/generate_proto_stubs.sh
-
DATADIR= ${PREFIX}/share/jetbrains/${PORTNAME}
EXTRACT_AFTER_ARGS+= --exclude clion-*/jbr
@@ -70,7 +67,7 @@ do-install:
${WRKSRC}/bin/clion \
${WRKSRC}/bin/cmake/linux \
${WRKSRC}/bin/fsnotifier \
- ${WRKSRC}/bin/gdb/linux \
+ ${WRKSRC}/bin/gdb \
${WRKSRC}/bin/lldb/linux \
${WRKSRC}/bin/ninja \
${WRKSRC}/bin/remote-dev-server \
@@ -86,14 +83,17 @@ do-install:
${WRKSRC}/plugins/clion-radler \
${WRKSRC}/plugins/cwm-plugin \
${WRKSRC}/plugins/gateway-plugin/lib/remote-dev-workers \
+ ${WRKSRC}/plugins/nativeDebug-plugin/bin/lldb \
+ ${WRKSRC}/plugins/nativeDebug-plugin/lldb \
${WRKSRC}/plugins/python-ce/helpers/testResources/data/generator3 \
${WRKSRC}/plugins/remote-dev-server \
+ ${WRKSRC}/plugins/serial-monitor \
${WRKSRC}/plugins/station-plugin/toolbox
${MKDIR} ${STAGEDIR}${DATADIR}
@(cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR} \
- "! -name *\.bak ! -name *\.so ! -name *\.dll ! -name *\.dylib ! -name *\.pdb ! -name *\.sh ! -name *\.exe")
+ "! -name *\.bak ! -name *\.dll ! -name *\.dylib ! -name *\.exe ! -name *\.orig ! -name *\.pdb ! -name *\.sh ! -name *\.so")
@(cd ${WRKSRC}/bin && ${COPYTREE_BIN} . ${STAGEDIR}${DATADIR}/bin/ \
- "-name *\.sh -o -name *\.py")
+ "-name *\.py -o -name *\.sh")
${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
${INSTALL_MAN} ${FILESDIR}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1/
${INSTALL_DATA} ${WRKDIR}/${PORTNAME}.desktop ${STAGEDIR}${PREFIX}/share/applications/
diff --git a/devel/jetbrains-clion/distinfo b/devel/jetbrains-clion/distinfo
index fbac427eb56e..6f8807b67dc9 100644
--- a/devel/jetbrains-clion/distinfo
+++ b/devel/jetbrains-clion/distinfo
@@ -1,6 +1,6 @@
-TIMESTAMP = 1758489382
-SHA256 (jetbrains/CLion-2025.2.2.tar.gz) = 47b84f1c853a63586743b28834dfd6b949672f3b0a7a67435907a7ef51730606
-SIZE (jetbrains/CLion-2025.2.2.tar.gz) = 2126755834
+TIMESTAMP = 1773927459
+SHA256 (jetbrains/CLion-2025.3.3.tar.gz) = d091faaede323477bb7e2afa10ddeebbe546055ca1b1d64a4b6ad02701a1f15f
+SIZE (jetbrains/CLion-2025.3.3.tar.gz) = 2094517587
SHA256 (jetbrains/clang-clion2025.2-freebsd-aarch64.tar.gz) = e08334c7cd86ab9744ded226a42acf93929fed380e3b88620482c5dabc0cc8eb
SIZE (jetbrains/clang-clion2025.2-freebsd-aarch64.tar.gz) = 86762678
SHA256 (jetbrains/clang-clion2025.2-freebsd-x86_64.tar.gz) = 3c4b2bc193c247e276b28fd77835824f3f4f99428c9d5e9a64437cbab3a9d7e5
diff --git a/devel/jetbrains-clion/files/patch-bin_clion.sh b/devel/jetbrains-clion/files/patch-bin_clion.sh
new file mode 100644
index 000000000000..0135e58ce849
--- /dev/null
+++ b/devel/jetbrains-clion/files/patch-bin_clion.sh
@@ -0,0 +1,11 @@
+--- bin/clion.sh.orig 2026-03-19 14:42:21 UTC
++++ bin/clion.sh
+@@ -91,7 +91,7 @@ fi
+ # ---------------------------------------------------------------------
+ # Collect JVM options and IDE properties.
+ # ---------------------------------------------------------------------
+-IDE_PROPERTIES_PROPERTY=""
++IDE_PROPERTIES_PROPERTY="-Didea.suppressed.plugins.set.selector=classic"
+ # shellcheck disable=SC2154
+ if [ -n "$CLION_PROPERTIES" ]; then
+ IDE_PROPERTIES_PROPERTY="-Didea.properties.file=$CLION_PROPERTIES"
diff --git a/devel/jetbrains-clion/pkg-plist b/devel/jetbrains-clion/pkg-plist
index e928b3ed17a1..5955f573e0fc 100644
--- a/devel/jetbrains-clion/pkg-plist
+++ b/devel/jetbrains-clion/pkg-plist
@@ -60,6 +60,7 @@ share/applications/clion.desktop
%%DATADIR%%/bin/clang/clangTidyDoc/bugprone/copy-constructor-init.html
%%DATADIR%%/bin/clang/clangTidyDoc/bugprone/crtp-constructor-accessibility.html
%%DATADIR%%/bin/clang/clangTidyDoc/bugprone/dangling-handle.html
+%%DATADIR%%/bin/clang/clangTidyDoc/bugprone/derived-method-shadowing-base-method.html
%%DATADIR%%/bin/clang/clangTidyDoc/bugprone/dynamic-static-initializers.html
%%DATADIR%%/bin/clang/clangTidyDoc/bugprone/easily-swappable-parameters.html
%%DATADIR%%/bin/clang/clangTidyDoc/bugprone/empty-catch.html
@@ -75,6 +76,7 @@ share/applications/clion.desktop
%%DATADIR%%/bin/clang/clangTidyDoc/bugprone/incorrect-roundings.html
%%DATADIR%%/bin/clang/clangTidyDoc/bugprone/infinite-loop.html
%%DATADIR%%/bin/clang/clangTidyDoc/bugprone/integer-division.html
+%%DATADIR%%/bin/clang/clangTidyDoc/bugprone/invalid-enum-default-initialization.html
%%DATADIR%%/bin/clang/clangTidyDoc/bugprone/lambda-function-name.html
%%DATADIR%%/bin/clang/clangTidyDoc/bugprone/macro-parentheses.html
%%DATADIR%%/bin/clang/clangTidyDoc/bugprone/macro-repeated-side-effects.html
@@ -123,8 +125,10 @@ share/applications/clion.desktop
%%DATADIR%%/bin/clang/clangTidyDoc/bugprone/tagged-union-member-count.html
%%DATADIR%%/bin/clang/clangTidyDoc/bugprone/terminating-continue.html
%%DATADIR%%/bin/clang/clangTidyDoc/bugprone/throw-keyword-missing.html
+%%DATADIR%%/bin/clang/clangTidyDoc/bugprone/throwing-static-initialization.html
%%DATADIR%%/bin/clang/clangTidyDoc/bugprone/too-small-loop-variable.html
%%DATADIR%%/bin/clang/clangTidyDoc/bugprone/unchecked-optional-access.html
+%%DATADIR%%/bin/clang/clangTidyDoc/bugprone/unchecked-string-to-number-conversion.html
%%DATADIR%%/bin/clang/clangTidyDoc/bugprone/undefined-memory-manipulation.html
%%DATADIR%%/bin/clang/clangTidyDoc/bugprone/undelegated-constructor.html
%%DATADIR%%/bin/clang/clangTidyDoc/bugprone/unhandled-exception-at-new.html
@@ -305,6 +309,7 @@ share/applications/clion.desktop
%%DATADIR%%/bin/clang/clangTidyDoc/cppcoreguidelines/owning-memory.html
%%DATADIR%%/bin/clang/clangTidyDoc/cppcoreguidelines/prefer-member-initializer.html
%%DATADIR%%/bin/clang/clangTidyDoc/cppcoreguidelines/pro-bounds-array-to-pointer-decay.html
+%%DATADIR%%/bin/clang/clangTidyDoc/cppcoreguidelines/pro-bounds-avoid-unchecked-container-access.html
%%DATADIR%%/bin/clang/clangTidyDoc/cppcoreguidelines/pro-bounds-constant-array-index.html
%%DATADIR%%/bin/clang/clangTidyDoc/cppcoreguidelines/pro-bounds-pointer-arithmetic.html
%%DATADIR%%/bin/clang/clangTidyDoc/cppcoreguidelines/pro-type-const-cast.html
@@ -318,6 +323,7 @@ share/applications/clion.desktop
%%DATADIR%%/bin/clang/clangTidyDoc/cppcoreguidelines/slicing.html
%%DATADIR%%/bin/clang/clangTidyDoc/cppcoreguidelines/special-member-functions.html
%%DATADIR%%/bin/clang/clangTidyDoc/cppcoreguidelines/use-default-member-init.html
+%%DATADIR%%/bin/clang/clangTidyDoc/cppcoreguidelines/use-enum-class.html
%%DATADIR%%/bin/clang/clangTidyDoc/cppcoreguidelines/virtual-class-destructor.html
%%DATADIR%%/bin/clang/clangTidyDoc/darwin/avoid-spinlock.html
%%DATADIR%%/bin/clang/clangTidyDoc/darwin/dispatch-once-nonstatic.html
@@ -345,6 +351,7 @@ share/applications/clion.desktop
%%DATADIR%%/bin/clang/clangTidyDoc/google/readability-function-size.html
%%DATADIR%%/bin/clang/clangTidyDoc/google/readability-namespace-comments.html
%%DATADIR%%/bin/clang/clangTidyDoc/google/readability-todo.html
+%%DATADIR%%/bin/clang/clangTidyDoc/google/runtime-float.html
%%DATADIR%%/bin/clang/clangTidyDoc/google/runtime-int.html
%%DATADIR%%/bin/clang/clangTidyDoc/google/runtime-operator.html
%%DATADIR%%/bin/clang/clangTidyDoc/google/upgrade-googletest-case.html
@@ -388,8 +395,11 @@ share/applications/clion.desktop
%%DATADIR%%/bin/clang/clangTidyDoc/llvm/namespace-comment.html
%%DATADIR%%/bin/clang/clangTidyDoc/llvm/prefer-isa-or-dyn-cast-in-conditionals.html
%%DATADIR%%/bin/clang/clangTidyDoc/llvm/prefer-register-over-unsigned.html
+%%DATADIR%%/bin/clang/clangTidyDoc/llvm/prefer-static-over-anonymous-namespace.html
%%DATADIR%%/bin/clang/clangTidyDoc/llvm/qualified-auto.html
%%DATADIR%%/bin/clang/clangTidyDoc/llvm/twine-local.html
+%%DATADIR%%/bin/clang/clangTidyDoc/llvm/use-new-mlir-op-builder.html
+%%DATADIR%%/bin/clang/clangTidyDoc/llvm/use-ranges.html
%%DATADIR%%/bin/clang/clangTidyDoc/llvmlibc/callee-namespace.html
%%DATADIR%%/bin/clang/clangTidyDoc/llvmlibc/implementation-in-namespace.html
%%DATADIR%%/bin/clang/clangTidyDoc/llvmlibc/inline-function-decl.html
@@ -407,6 +417,7 @@ share/applications/clion.desktop
%%DATADIR%%/bin/clang/clangTidyDoc/misc/no-recursion.html
%%DATADIR%%/bin/clang/clangTidyDoc/misc/non-copyable-objects.html
%%DATADIR%%/bin/clang/clangTidyDoc/misc/non-private-member-variables-in-classes.html
+%%DATADIR%%/bin/clang/clangTidyDoc/misc/override-with-different-visibility.html
%%DATADIR%%/bin/clang/clangTidyDoc/misc/redundant-expression.html
%%DATADIR%%/bin/clang/clangTidyDoc/misc/static-assert.html
%%DATADIR%%/bin/clang/clangTidyDoc/misc/throw-by-value-catch-by-reference.html
@@ -419,6 +430,8 @@ share/applications/clion.desktop
%%DATADIR%%/bin/clang/clangTidyDoc/misc/use-internal-linkage.html
%%DATADIR%%/bin/clang/clangTidyDoc/modernize/avoid-bind.html
%%DATADIR%%/bin/clang/clangTidyDoc/modernize/avoid-c-arrays.html
+%%DATADIR%%/bin/clang/clangTidyDoc/modernize/avoid-setjmp-longjmp.html
+%%DATADIR%%/bin/clang/clangTidyDoc/modernize/avoid-variadic-functions.html
%%DATADIR%%/bin/clang/clangTidyDoc/modernize/concat-nested-namespaces.html
%%DATADIR%%/bin/clang/clangTidyDoc/modernize/deprecated-headers.html
%%DATADIR%%/bin/clang/clangTidyDoc/modernize/deprecated-ios-base-aliases.html
@@ -452,6 +465,7 @@ share/applications/clion.desktop
%%DATADIR%%/bin/clang/clangTidyDoc/modernize/use-nullptr.html
%%DATADIR%%/bin/clang/clangTidyDoc/modernize/use-override.html
%%DATADIR%%/bin/clang/clangTidyDoc/modernize/use-ranges.html
+%%DATADIR%%/bin/clang/clangTidyDoc/modernize/use-scoped-lock.html
%%DATADIR%%/bin/clang/clangTidyDoc/modernize/use-starts-ends-with.html
%%DATADIR%%/bin/clang/clangTidyDoc/modernize/use-std-format.html
%%DATADIR%%/bin/clang/clangTidyDoc/modernize/use-std-numbers.html
@@ -551,6 +565,7 @@ share/applications/clion.desktop
%%DATADIR%%/bin/clang/clangTidyDoc/readability/uniqueptr-delete-release.html
%%DATADIR%%/bin/clang/clangTidyDoc/readability/uppercase-literal-suffix.html
%%DATADIR%%/bin/clang/clangTidyDoc/readability/use-anyofallof.html
+%%DATADIR%%/bin/clang/clangTidyDoc/readability/use-concise-preprocessor-directives.html
%%DATADIR%%/bin/clang/clangTidyDoc/readability/use-std-min-max.html
%%DATADIR%%/bin/clang/clangTidyDoc/zircon/temporary-objects.html
%%DATADIR%%/bin/clang/%%CLANG_ARCH%%/bin/clang-format
@@ -639,6 +654,19 @@ share/applications/clion.desktop
%%DATADIR%%/bin/cmake/quickdoc/command/get_test_property.html
%%DATADIR%%/bin/cmake/quickdoc/command/if.html
%%DATADIR%%/bin/cmake/quickdoc/command/include.html
+%%DATADIR%%/bin/cmake/quickdoc/command/include/DEPRECATED_POLICY_VERSIONS.html
+%%DATADIR%%/bin/cmake/quickdoc/command/include/DEVICE_LINK_OPTIONS.html
+%%DATADIR%%/bin/cmake/quickdoc/command/include/FIND_XXX.html
+%%DATADIR%%/bin/cmake/quickdoc/command/include/FIND_XXX_ORDER.html
+%%DATADIR%%/bin/cmake/quickdoc/command/include/FIND_XXX_REGISTRY_VIEW.html
+%%DATADIR%%/bin/cmake/quickdoc/command/include/FIND_XXX_ROOT.html
+%%DATADIR%%/bin/cmake/quickdoc/command/include/GENEX_NOTE.html
+%%DATADIR%%/bin/cmake/quickdoc/command/include/LINK_LIBRARIES_LINKER.html
+%%DATADIR%%/bin/cmake/quickdoc/command/include/LINK_OPTIONS_LINKER.html
+%%DATADIR%%/bin/cmake/quickdoc/command/include/OPTIONS_SHELL.html
+%%DATADIR%%/bin/cmake/quickdoc/command/include/POLICY_VERSION.html
+%%DATADIR%%/bin/cmake/quickdoc/command/include/SUPPORTED_LANGUAGES.html
+%%DATADIR%%/bin/cmake/quickdoc/command/include/UNSET_NOTE.html
%%DATADIR%%/bin/cmake/quickdoc/command/include_directories.html
%%DATADIR%%/bin/cmake/quickdoc/command/include_external_msproject.html
%%DATADIR%%/bin/cmake/quickdoc/command/include_guard.html
@@ -964,6 +992,14 @@ share/applications/clion.desktop
%%DATADIR%%/bin/cmake/quickdoc/module/UsewxWidgets.html
%%DATADIR%%/bin/cmake/quickdoc/module/WriteBasicConfigVersionFile.html
%%DATADIR%%/bin/cmake/quickdoc/module/WriteCompilerDetectionHeader.html
+%%DATADIR%%/bin/cmake/quickdoc/module/include/CMAKE_REQUIRED_DEFINITIONS.html
+%%DATADIR%%/bin/cmake/quickdoc/module/include/CMAKE_REQUIRED_FLAGS.html
+%%DATADIR%%/bin/cmake/quickdoc/module/include/CMAKE_REQUIRED_INCLUDES.html
+%%DATADIR%%/bin/cmake/quickdoc/module/include/CMAKE_REQUIRED_LIBRARIES.html
+%%DATADIR%%/bin/cmake/quickdoc/module/include/CMAKE_REQUIRED_LINK_DIRECTORIES.html
+%%DATADIR%%/bin/cmake/quickdoc/module/include/CMAKE_REQUIRED_LINK_OPTIONS.html
+%%DATADIR%%/bin/cmake/quickdoc/module/include/CMAKE_REQUIRED_QUIET.html
+%%DATADIR%%/bin/cmake/quickdoc/module/include/CMAKE_TRY_COMPILE_TARGET_TYPE.html
%%DATADIR%%/bin/cmake/quickdoc/policy/CMP0000.html
%%DATADIR%%/bin/cmake/quickdoc/policy/CMP0001.html
%%DATADIR%%/bin/cmake/quickdoc/policy/CMP0002.html
@@ -1150,6 +1186,24 @@ share/applications/clion.desktop
%%DATADIR%%/bin/cmake/quickdoc/policy/CMP0183.html
%%DATADIR%%/bin/cmake/quickdoc/policy/CMP0184.html
%%DATADIR%%/bin/cmake/quickdoc/policy/CMP0185.html
+%%DATADIR%%/bin/cmake/quickdoc/policy/CMP0186.html
+%%DATADIR%%/bin/cmake/quickdoc/policy/CMP0187.html
+%%DATADIR%%/bin/cmake/quickdoc/policy/CMP0188.html
+%%DATADIR%%/bin/cmake/quickdoc/policy/CMP0189.html
+%%DATADIR%%/bin/cmake/quickdoc/policy/CMP0190.html
+%%DATADIR%%/bin/cmake/quickdoc/policy/CMP0191.html
+%%DATADIR%%/bin/cmake/quickdoc/policy/CMP0192.html
+%%DATADIR%%/bin/cmake/quickdoc/policy/CMP0193.html
+%%DATADIR%%/bin/cmake/quickdoc/policy/CMP0194.html
+%%DATADIR%%/bin/cmake/quickdoc/policy/CMP0195.html
+%%DATADIR%%/bin/cmake/quickdoc/policy/CMP0196.html
+%%DATADIR%%/bin/cmake/quickdoc/policy/CMP0197.html
+%%DATADIR%%/bin/cmake/quickdoc/policy/include/DEPRECATED.html
+%%DATADIR%%/bin/cmake/quickdoc/policy/include/DISALLOWED_COMMAND.html
+%%DATADIR%%/bin/cmake/quickdoc/policy/include/REMOVED_COMMAND.html
+%%DATADIR%%/bin/cmake/quickdoc/policy/include/REMOVED_EPILOGUE.html
+%%DATADIR%%/bin/cmake/quickdoc/policy/include/REMOVED_PROLOGUE.html
+%%DATADIR%%/bin/cmake/quickdoc/policy/include/STANDARD_ADVICE.html
%%DATADIR%%/bin/cmake/quickdoc/prop_cache/ADVANCED.html
%%DATADIR%%/bin/cmake/quickdoc/prop_cache/HELPSTRING.html
%%DATADIR%%/bin/cmake/quickdoc/prop_cache/MODIFIED.html
@@ -1236,6 +1290,7 @@ share/applications/clion.desktop
%%DATADIR%%/bin/cmake/quickdoc/prop_gbl/TARGET_SUPPORTS_SHARED_LIBS.html
%%DATADIR%%/bin/cmake/quickdoc/prop_gbl/USE_FOLDERS.html
%%DATADIR%%/bin/cmake/quickdoc/prop_gbl/XCODE_EMIT_EFFECTIVE_PLATFORM_NAME.html
+%%DATADIR%%/bin/cmake/quickdoc/prop_gbl/include/CMAKE_LANG_STD_FLAGS.html
%%DATADIR%%/bin/cmake/quickdoc/prop_inst/CPACK_DESKTOP_SHORTCUTS.html
%%DATADIR%%/bin/cmake/quickdoc/prop_inst/CPACK_NEVER_OVERWRITE.html
%%DATADIR%%/bin/cmake/quickdoc/prop_inst/CPACK_PERMANENT.html
@@ -1363,6 +1418,7 @@ share/applications/clion.desktop
%%DATADIR%%/bin/cmake/quickdoc/prop_tgt/AUTOMOC_COMPILER_PREDEFINES.html
%%DATADIR%%/bin/cmake/quickdoc/prop_tgt/AUTOMOC_DEPEND_FILTERS.html
%%DATADIR%%/bin/cmake/quickdoc/prop_tgt/AUTOMOC_EXECUTABLE.html
+%%DATADIR%%/bin/cmake/quickdoc/prop_tgt/AUTOMOC_INCLUDE_DIRECTORIES.html
%%DATADIR%%/bin/cmake/quickdoc/prop_tgt/AUTOMOC_MACRO_NAMES.html
%%DATADIR%%/bin/cmake/quickdoc/prop_tgt/AUTOMOC_MOC_OPTIONS.html
%%DATADIR%%/bin/cmake/quickdoc/prop_tgt/AUTOMOC_PATH_PREFIX.html
@@ -1540,6 +1596,7 @@ share/applications/clion.desktop
%%DATADIR%%/bin/cmake/quickdoc/prop_tgt/LANG_CPPCHECK.html
%%DATADIR%%/bin/cmake/quickdoc/prop_tgt/LANG_CPPLINT.html
%%DATADIR%%/bin/cmake/quickdoc/prop_tgt/LANG_EXTENSIONS.html
+%%DATADIR%%/bin/cmake/quickdoc/prop_tgt/LANG_ICSTAT.html
%%DATADIR%%/bin/cmake/quickdoc/prop_tgt/LANG_INCLUDE_WHAT_YOU_USE.html
%%DATADIR%%/bin/cmake/quickdoc/prop_tgt/LANG_LINKER_LAUNCHER.html
%%DATADIR%%/bin/cmake/quickdoc/prop_tgt/LANG_STANDARD.html
@@ -1624,6 +1681,7 @@ share/applications/clion.desktop
%%DATADIR%%/bin/cmake/quickdoc/prop_tgt/SOURCES.html
%%DATADIR%%/bin/cmake/quickdoc/prop_tgt/SOURCE_DIR.html
%%DATADIR%%/bin/cmake/quickdoc/prop_tgt/SOVERSION.html
+%%DATADIR%%/bin/cmake/quickdoc/prop_tgt/SPDX_LICENSE.html
%%DATADIR%%/bin/cmake/quickdoc/prop_tgt/STATIC_LIBRARY_FLAGS.html
%%DATADIR%%/bin/cmake/quickdoc/prop_tgt/STATIC_LIBRARY_FLAGS_CONFIG.html
%%DATADIR%%/bin/cmake/quickdoc/prop_tgt/STATIC_LIBRARY_OPTIONS.html
@@ -1735,6 +1793,23 @@ share/applications/clion.desktop
%%DATADIR%%/bin/cmake/quickdoc/prop_tgt/XCODE_SCHEME_ZOMBIE_OBJECTS.html
%%DATADIR%%/bin/cmake/quickdoc/prop_tgt/XCODE_XCCONFIG.html
%%DATADIR%%/bin/cmake/quickdoc/prop_tgt/XCTEST.html
+%%DATADIR%%/bin/cmake/quickdoc/prop_tgt/include/COMPILE_PDB_NOTE.html
+%%DATADIR%%/bin/cmake/quickdoc/prop_tgt/include/CUDA_RUNTIME_LIBRARY-VALUES.html
+%%DATADIR%%/bin/cmake/quickdoc/prop_tgt/include/INTERFACE_BUILD_PROPERTY.html
+%%DATADIR%%/bin/cmake/quickdoc/prop_tgt/include/INTERFACE_LINK_LIBRARIES_DIRECT.html
+%%DATADIR%%/bin/cmake/quickdoc/prop_tgt/include/LINK_LIBRARIES_INDIRECTION.html
+%%DATADIR%%/bin/cmake/quickdoc/prop_tgt/include/MACOS_IMPORT_FILES.html
+%%DATADIR%%/bin/cmake/quickdoc/prop_tgt/include/MSVC_DEBUG_INFORMATION_FORMAT-VALUES.html
+%%DATADIR%%/bin/cmake/quickdoc/prop_tgt/include/MSVC_RUNTIME_CHECKS-VALUES.html
+%%DATADIR%%/bin/cmake/quickdoc/prop_tgt/include/MSVC_RUNTIME_LIBRARY-VALUES.html
+%%DATADIR%%/bin/cmake/quickdoc/prop_tgt/include/PDB_NOTE.html
+%%DATADIR%%/bin/cmake/quickdoc/prop_tgt/include/STATIC_LIBRARY_OPTIONS_ARCHIVER.html
+%%DATADIR%%/bin/cmake/quickdoc/prop_tgt/include/Swift_COMPILATION_MODE-VALUES.html
+%%DATADIR%%/bin/cmake/quickdoc/prop_tgt/include/VERSION_SOVERSION_EXAMPLE.html
+%%DATADIR%%/bin/cmake/quickdoc/prop_tgt/include/VS_USE_DEBUG_LIBRARIES-PURPOSE.html
+%%DATADIR%%/bin/cmake/quickdoc/prop_tgt/include/WATCOM_RUNTIME_LIBRARY-VALUES.html
+%%DATADIR%%/bin/cmake/quickdoc/prop_tgt/include/XXX_OUTPUT_DIRECTORY.html
+%%DATADIR%%/bin/cmake/quickdoc/prop_tgt/include/XXX_OUTPUT_NAME.html
%%DATADIR%%/bin/cmake/quickdoc/variable/AIX.html
%%DATADIR%%/bin/cmake/quickdoc/variable/ANDROID.html
%%DATADIR%%/bin/cmake/quickdoc/variable/APPLE.html
@@ -1793,6 +1868,7 @@ share/applications/clion.desktop
%%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_AUTOMOC_COMPILER_PREDEFINES.html
%%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_AUTOMOC_DEPEND_FILTERS.html
%%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_AUTOMOC_EXECUTABLE.html
+%%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_AUTOMOC_INCLUDE_DIRECTORIES.html
%%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_AUTOMOC_MACRO_NAMES.html
%%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_AUTOMOC_MOC_OPTIONS.html
%%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_AUTOMOC_PATH_PREFIX.html
@@ -1913,6 +1989,7 @@ share/applications/clion.desktop
%%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_EXTRA_SHARED_LIBRARY_SUFFIXES.html
%%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_FIND_APPBUNDLE.html
%%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_FIND_DEBUG_MODE.html
+%%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_FIND_DEBUG_MODE_NO_IMPLICIT_CONFIGURE_LOG.html
%%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_FIND_FRAMEWORK.html
%%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_FIND_LIBRARY_CUSTOM_LIB_SUFFIX.html
%%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_FIND_LIBRARY_PREFIXES.html
@@ -1928,6 +2005,7 @@ share/applications/clion.desktop
%%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_FIND_PACKAGE_SORT_ORDER.html
%%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_FIND_PACKAGE_TARGETS_GLOBAL.html
%%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_FIND_PACKAGE_WARN_NO_MODULE.html
+%%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_FIND_REQUIRED.html
%%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_FIND_ROOT_PATH.html
%%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_FIND_ROOT_PATH_MODE_INCLUDE.html
%%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_FIND_ROOT_PATH_MODE_LIBRARY.html
@@ -2065,6 +2143,7 @@ share/applications/clion.desktop
%%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_LANG_HOST_COMPILER.html
%%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_LANG_HOST_COMPILER_ID.html
%%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_LANG_HOST_COMPILER_VERSION.html
+%%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_LANG_ICSTAT.html
%%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_LANG_IGNORE_EXTENSIONS.html
%%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_LANG_IMPLICIT_INCLUDE_DIRECTORIES.html
%%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_LANG_IMPLICIT_LINK_DIRECTORIES.html
@@ -2077,6 +2156,7 @@ share/applications/clion.desktop
%%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_LANG_LINKER_PREFERENCE_PROPAGATES.html
%%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_LANG_LINKER_WRAPPER_FLAG.html
%%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_LANG_LINKER_WRAPPER_FLAG_SEP.html
+%%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_LANG_LINK_DEF_FILE_FLAG.html
%%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_LANG_LINK_EXECUTABLE.html
%%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_LANG_LINK_GROUP_USING_FEATURE.html
%%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_LANG_LINK_GROUP_USING_FEATURE_SUPPORTED.html
@@ -2192,6 +2272,7 @@ share/applications/clion.desktop
%%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_POSITION_INDEPENDENT_CODE.html
%%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_PREFIX_PATH.html
%%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_PROGRAM_PATH.html
+%%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_PROJECT_COMPAT_VERSION.html
%%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_PROJECT_DESCRIPTION.html
%%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_PROJECT_HOMEPAGE_URL.html
%%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_PROJECT_INCLUDE.html
@@ -2469,6 +2550,7 @@ share/applications/clion.desktop
%%DATADIR%%/bin/cmake/quickdoc/variable/MSVC_VERSION.html
%%DATADIR%%/bin/cmake/quickdoc/variable/MSYS.html
%%DATADIR%%/bin/cmake/quickdoc/variable/PROJECT-NAME_BINARY_DIR.html
+%%DATADIR%%/bin/cmake/quickdoc/variable/PROJECT-NAME_COMPAT_VERSION.html
%%DATADIR%%/bin/cmake/quickdoc/variable/PROJECT-NAME_DESCRIPTION.html
%%DATADIR%%/bin/cmake/quickdoc/variable/PROJECT-NAME_HOMEPAGE_URL.html
%%DATADIR%%/bin/cmake/quickdoc/variable/PROJECT-NAME_IS_TOP_LEVEL.html
@@ -2479,6 +2561,7 @@ share/applications/clion.desktop
%%DATADIR%%/bin/cmake/quickdoc/variable/PROJECT-NAME_VERSION_PATCH.html
%%DATADIR%%/bin/cmake/quickdoc/variable/PROJECT-NAME_VERSION_TWEAK.html
%%DATADIR%%/bin/cmake/quickdoc/variable/PROJECT_BINARY_DIR.html
+%%DATADIR%%/bin/cmake/quickdoc/variable/PROJECT_COMPAT_VERSION.html
%%DATADIR%%/bin/cmake/quickdoc/variable/PROJECT_DESCRIPTION.html
%%DATADIR%%/bin/cmake/quickdoc/variable/PROJECT_HOMEPAGE_URL.html
%%DATADIR%%/bin/cmake/quickdoc/variable/PROJECT_IS_TOP_LEVEL.html
@@ -2498,19 +2581,25 @@ share/applications/clion.desktop
%%DATADIR%%/bin/cmake/quickdoc/variable/WINDOWS_STORE.html
%%DATADIR%%/bin/cmake/quickdoc/variable/XCODE.html
%%DATADIR%%/bin/cmake/quickdoc/variable/XCODE_VERSION.html
+%%DATADIR%%/bin/cmake/quickdoc/variable/include/CMAKE_FIND_LIBRARY_VAR.html
+%%DATADIR%%/bin/cmake/quickdoc/variable/include/CMAKE_FIND_ROOT_PATH_MODE_XXX.html
+%%DATADIR%%/bin/cmake/quickdoc/variable/include/CMAKE_LINK_GROUP_USING_FEATURE.html
+%%DATADIR%%/bin/cmake/quickdoc/variable/include/CMAKE_LINK_LIBRARY_USING_FEATURE.html
+%%DATADIR%%/bin/cmake/quickdoc/variable/include/CMAKE_OSX_VARIABLE.html
+%%DATADIR%%/bin/cmake/quickdoc/variable/include/CMAKE_TLS_VERSION-VALUES.html
+%%DATADIR%%/bin/cmake/quickdoc/variable/include/CMAKE_VS_VERSION_BUILD_NUMBER_COMPONENTS.html
+%%DATADIR%%/bin/cmake/quickdoc/variable/include/CTEST_CUSTOM_XXX.html
+%%DATADIR%%/bin/cmake/quickdoc/variable/include/IGNORE_SEARCH_LOCATIONS.html
+%%DATADIR%%/bin/cmake/quickdoc/variable/include/IGNORE_SEARCH_NONSYSTEM.html
+%%DATADIR%%/bin/cmake/quickdoc/variable/include/IGNORE_SEARCH_PATH.html
+%%DATADIR%%/bin/cmake/quickdoc/variable/include/IGNORE_SEARCH_PREFIX.html
+%%DATADIR%%/bin/cmake/quickdoc/variable/include/IGNORE_SEARCH_SYSTEM.html
+%%DATADIR%%/bin/cmake/quickdoc/variable/include/LINKER_FLAGS.html
+%%DATADIR%%/bin/cmake/quickdoc/variable/include/LINKER_PREDEFINED_TYPES.html
+%%DATADIR%%/bin/cmake/quickdoc/variable/include/LINK_GROUP_PREDEFINED_FEATURES.html
+%%DATADIR%%/bin/cmake/quickdoc/variable/include/LINK_LIBRARY_PREDEFINED_FEATURES.html
%%DATADIR%%/bin/format.sh
-%%DATADIR%%/bin/gdb/renderers/default/LICENSE
-%%DATADIR%%/bin/gdb/renderers/default/__init__.py
-%%DATADIR%%/bin/gdb/renderers/default/commands.py
-%%DATADIR%%/bin/gdb/renderers/default/gdb_group_value.py
-%%DATADIR%%/bin/gdb/renderers/default/gdb_qt.py
-%%DATADIR%%/bin/gdb/renderers/default/gdb_qt_init.py
-%%DATADIR%%/bin/gdb/renderers/default/libstdcxx_printers.py
-%%DATADIR%%/bin/gdb/renderers/default/printers.py
-%%DATADIR%%/bin/gdb/renderers/libstdcxx/__init__.py
-%%DATADIR%%/bin/gdb/renderers/libstdcxx/v6/__init__.py
-%%DATADIR%%/bin/gdb/renderers/libstdcxx/v6/printers.py
-%%DATADIR%%/bin/gdb/renderers/libstdcxx/v6/xmethods.py
+%%DATADIR%%/bin/helpers/jb_debugger_logging.py
%%DATADIR%%/bin/helpers/jb_declarative_formatters/LICENSE
%%DATADIR%%/bin/helpers/jb_declarative_formatters/__init__.py
%%DATADIR%%/bin/helpers/jb_declarative_formatters/parsers/__init__.py
@@ -2537,6 +2626,7 @@ share/applications/clion.desktop
%%DATADIR%%/bin/jetbrains_client.sh
%%DATADIR%%/bin/jetbrains_client64.vmoptions
%%DATADIR%%/bin/lldb/helpers/LICENSE
+%%DATADIR%%/bin/lldb/helpers/jb_lldb_commands_utils.py
%%DATADIR%%/bin/lldb/helpers/jb_lldb_init.py
%%DATADIR%%/bin/lldb/helpers/jb_lldb_python_profiler.py
%%DATADIR%%/bin/lldb/helpers/jb_lldb_stepping.py
@@ -2553,8 +2643,8 @@ share/applications/clion.desktop
%%DATADIR%%/bin/lldb/helpers/renderers/jb_lldb_format_specs.py
%%DATADIR%%/bin/lldb/helpers/renderers/jb_lldb_intrinsics_prolog_cache.py
%%DATADIR%%/bin/lldb/helpers/renderers/jb_lldb_item_expression.py
-%%DATADIR%%/bin/lldb/helpers/renderers/jb_lldb_logging.py
%%DATADIR%%/bin/lldb/helpers/renderers/jb_lldb_logging_manager.py
+%%DATADIR%%/bin/lldb/helpers/renderers/jb_lldb_logging_render.py
%%DATADIR%%/bin/lldb/helpers/renderers/jb_lldb_natvis_formatters.py
%%DATADIR%%/bin/lldb/helpers/renderers/jb_lldb_natvis_loader.py
%%DATADIR%%/bin/lldb/helpers/renderers/jb_lldb_natvis_synthetic_item_type_viz_cache.py
@@ -2568,37 +2658,7 @@ share/applications/clion.desktop
%%DATADIR%%/bin/lldb/helpers/stepping/jb_lldb_delegate_step.py
%%DATADIR%%/bin/lldb/helpers/stepping/jb_lldb_instructions_reader.py
%%DATADIR%%/bin/lldb/helpers/stepping/jb_lldb_line_spec.py
-%%DATADIR%%/bin/lldb/renderers/lldb_formatters/LICENSE
-%%DATADIR%%/bin/lldb/renderers/lldb_formatters/__init__.py
-%%DATADIR%%/bin/lldb/renderers/lldb_formatters/jetbrains_stl_formatters.py
-%%DATADIR%%/bin/lldb/renderers/lldb_formatters/lldb_group_value.py
-%%DATADIR%%/bin/lldb/renderers/lldb_formatters/lldb_qt.py
-%%DATADIR%%/bin/lldb/renderers/lldb_formatters/lldb_qt_init.py
%%DATADIR%%/bin/ltedit.sh
-%%DATADIR%%/bin/qt/.pylintrc
-%%DATADIR%%/bin/qt/LICENSE.GPL3-EXCEPT
-%%DATADIR%%/bin/qt/LICENSE.MIT
-%%DATADIR%%/bin/qt/README.txt
-%%DATADIR%%/bin/qt/android_stdtypes.py
-%%DATADIR%%/bin/qt/boosttypes.py
-%%DATADIR%%/bin/qt/cdbbridge.py
-%%DATADIR%%/bin/qt/cdbext.pyi
-%%DATADIR%%/bin/qt/creatortypes.py
-%%DATADIR%%/bin/qt/dumper.py
-%%DATADIR%%/bin/qt/gdbbridge.py
-%%DATADIR%%/bin/qt/gdbtracepoint.py
-%%DATADIR%%/bin/qt/libcpp_stdtypes.py
-%%DATADIR%%/bin/qt/lldbbridge.py
-%%DATADIR%%/bin/qt/loadorder.txt
-%%DATADIR%%/bin/qt/misctypes.py
-%%DATADIR%%/bin/qt/opencvtypes.py
-%%DATADIR%%/bin/qt/pdbbridge.py
-%%DATADIR%%/bin/qt/personaltypes.py
-%%DATADIR%%/bin/qt/qttypes.py
-%%DATADIR%%/bin/qt/setup.cfg
-%%DATADIR%%/bin/qt/stdtypes.py
-%%DATADIR%%/bin/qt/utils.py
-%%DATADIR%%/bin/qt/visualize.py
%%DATADIR%%/bin/restarter
%%DATADIR%%/bin/rtos/azure/Thread.py
%%DATADIR%%/bin/rtos/azure/__init__.py
@@ -2622,10 +2682,9 @@ share/applications/clion.desktop
%%DATADIR%%/help/ReferenceCard.pdf
%%DATADIR%%/help/ReferenceCardForMac.pdf
%%DATADIR%%/lib/annotations.jar
-%%DATADIR%%/lib/app-client.jar
+%%DATADIR%%/lib/app-backend.jar
%%DATADIR%%/lib/app.jar
-%%DATADIR%%/lib/bouncy-castle.jar
-%%DATADIR%%/lib/build-marker-CL-252.26199.153
+%%DATADIR%%/lib/build-marker-CL-253.31033.134
%%DATADIR%%/lib/eclipse.lsp4j.debug.jar
%%DATADIR%%/lib/eclipse.lsp4j.jar
%%DATADIR%%/lib/eclipse.lsp4j.jsonrpc.debug.jar
@@ -2645,15 +2704,124 @@ share/applications/clion.desktop
%%DATADIR%%/lib/jna/%%ARCH%%/libjnidispatch.so
%%DATADIR%%/lib/jps-model.jar
%%DATADIR%%/lib/jsch-agent.jar
-%%DATADIR%%/lib/kotlinx-coroutines-slf4j-1.10.1-intellij.jar
-%%DATADIR%%/lib/lib-client.jar
+%%DATADIR%%/lib/lib-backend.jar
%%DATADIR%%/lib/lib.jar
+%%DATADIR%%/lib/module-intellij.libraries.aalto.xml.jar
+%%DATADIR%%/lib/module-intellij.libraries.asm.jar
+%%DATADIR%%/lib/module-intellij.libraries.asm.tools.jar
+%%DATADIR%%/lib/module-intellij.libraries.automaton.jar
+%%DATADIR%%/lib/module-intellij.libraries.blockmap.jar
+%%DATADIR%%/lib/module-intellij.libraries.bouncy.castle.pgp.jar
+%%DATADIR%%/lib/module-intellij.libraries.bouncy.castle.provider.jar
+%%DATADIR%%/lib/module-intellij.libraries.caffeine.jar
+%%DATADIR%%/lib/module-intellij.libraries.cglib.jar
+%%DATADIR%%/lib/module-intellij.libraries.classgraph.jar
+%%DATADIR%%/lib/module-intellij.libraries.cli.parser.jar
+%%DATADIR%%/lib/module-intellij.libraries.commons.cli.jar
+%%DATADIR%%/lib/module-intellij.libraries.commons.codec.jar
+%%DATADIR%%/lib/module-intellij.libraries.commons.compress.jar
+%%DATADIR%%/lib/module-intellij.libraries.commons.imaging.jar
+%%DATADIR%%/lib/module-intellij.libraries.commons.io.jar
+%%DATADIR%%/lib/module-intellij.libraries.commons.lang3.jar
+%%DATADIR%%/lib/module-intellij.libraries.commons.logging.jar
+%%DATADIR%%/lib/module-intellij.libraries.fastutil.jar
+%%DATADIR%%/lib/module-intellij.libraries.gson.jar
+%%DATADIR%%/lib/module-intellij.libraries.guava.jar
+%%DATADIR%%/lib/module-intellij.libraries.hash4j.jar
+%%DATADIR%%/lib/module-intellij.libraries.hdr.histogram.jar
+%%DATADIR%%/lib/module-intellij.libraries.http.client.jar
+%%DATADIR%%/lib/module-intellij.libraries.icu4j.jar
+%%DATADIR%%/lib/module-intellij.libraries.imgscalr.jar
+%%DATADIR%%/lib/module-intellij.libraries.ini4j.jar
+%%DATADIR%%/lib/module-intellij.libraries.ion.jar
+%%DATADIR%%/lib/module-intellij.libraries.jackson.databind.jar
+%%DATADIR%%/lib/module-intellij.libraries.jackson.dataformat.yaml.jar
+%%DATADIR%%/lib/module-intellij.libraries.jackson.jar
+%%DATADIR%%/lib/module-intellij.libraries.jackson.jr.objects.jar
+%%DATADIR%%/lib/module-intellij.libraries.jackson.module.kotlin.jar
+%%DATADIR%%/lib/module-intellij.libraries.java.websocket.jar
+%%DATADIR%%/lib/module-intellij.libraries.javax.annotation.jar
+%%DATADIR%%/lib/module-intellij.libraries.jaxen.jar
+%%DATADIR%%/lib/module-intellij.libraries.jbr.jar
+%%DATADIR%%/lib/module-intellij.libraries.jcef.jar
+%%DATADIR%%/lib/module-intellij.libraries.jcip.jar
+%%DATADIR%%/lib/module-intellij.libraries.jediterm.core.jar
+%%DATADIR%%/lib/module-intellij.libraries.jediterm.ui.jar
+%%DATADIR%%/lib/module-intellij.libraries.jettison.jar
+%%DATADIR%%/lib/module-intellij.libraries.jsonpath.jar
+%%DATADIR%%/lib/module-intellij.libraries.jsoup.jar
+%%DATADIR%%/lib/module-intellij.libraries.jsvg.jar
+%%DATADIR%%/lib/module-intellij.libraries.jvm.native.trusted.roots.jar
+%%DATADIR%%/lib/module-intellij.libraries.jzlib.jar
+%%DATADIR%%/lib/module-intellij.libraries.kotlin.reflect.jar
+%%DATADIR%%/lib/module-intellij.libraries.kotlinx.collections.immutable.jar
+%%DATADIR%%/lib/module-intellij.libraries.kotlinx.coroutines.slf4j.jar
+%%DATADIR%%/lib/module-intellij.libraries.kotlinx.datetime.jar
+%%DATADIR%%/lib/module-intellij.libraries.kotlinx.html.jar
+%%DATADIR%%/lib/module-intellij.libraries.kotlinx.io.jar
+%%DATADIR%%/lib/module-intellij.libraries.kotlinx.serialization.core.jar
+%%DATADIR%%/lib/module-intellij.libraries.kotlinx.serialization.json.jar
+%%DATADIR%%/lib/module-intellij.libraries.kotlinx.serialization.protobuf.jar
+%%DATADIR%%/lib/module-intellij.libraries.kryo5.jar
+%%DATADIR%%/lib/module-intellij.libraries.ktor.client.cio.jar
+%%DATADIR%%/lib/module-intellij.libraries.ktor.client.jar
+%%DATADIR%%/lib/module-intellij.libraries.ktor.io.jar
+%%DATADIR%%/lib/module-intellij.libraries.ktor.network.tls.jar
+%%DATADIR%%/lib/module-intellij.libraries.ktor.utils.jar
+%%DATADIR%%/lib/module-intellij.libraries.lz4.jar
+%%DATADIR%%/lib/module-intellij.libraries.markdown.jar
+%%DATADIR%%/lib/module-intellij.libraries.miglayout.swing.jar
+%%DATADIR%%/lib/module-intellij.libraries.mvstore.jar
+%%DATADIR%%/lib/module-intellij.libraries.oro.matcher.jar
+%%DATADIR%%/lib/module-intellij.libraries.proxy.vole.jar
+%%DATADIR%%/lib/module-intellij.libraries.pty4j.jar
+%%DATADIR%%/lib/module-intellij.libraries.rd.text.jar
+%%DATADIR%%/lib/module-intellij.libraries.rhino.jar
+%%DATADIR%%/lib/module-intellij.libraries.snakeyaml.engine.jar
+%%DATADIR%%/lib/module-intellij.libraries.snakeyaml.jar
+%%DATADIR%%/lib/module-intellij.libraries.sshj.jar
+%%DATADIR%%/lib/module-intellij.libraries.stream.jar
+%%DATADIR%%/lib/module-intellij.libraries.velocity.jar
+%%DATADIR%%/lib/module-intellij.libraries.winp.jar
+%%DATADIR%%/lib/module-intellij.libraries.xerces.jar
+%%DATADIR%%/lib/module-intellij.libraries.xstream.jar
+%%DATADIR%%/lib/module-intellij.libraries.xtext.xbase.jar
+%%DATADIR%%/lib/module-intellij.libraries.xz.jar
+%%DATADIR%%/lib/module-intellij.platform.debugger.impl.rpc.jar
+%%DATADIR%%/lib/module-intellij.platform.debugger.impl.shared.jar
+%%DATADIR%%/lib/module-intellij.platform.eel.impl.jar
+%%DATADIR%%/lib/module-intellij.platform.find.jar
+%%DATADIR%%/lib/module-intellij.platform.managed.cache.jar
+%%DATADIR%%/lib/module-intellij.platform.polySymbols.backend.jar
+%%DATADIR%%/lib/module-intellij.platform.polySymbols.jar
+%%DATADIR%%/lib/module-intellij.platform.rpc.topics.jar
+%%DATADIR%%/lib/module-intellij.platform.scopes.jar
+%%DATADIR%%/lib/module-intellij.platform.vcs.core.jar
+%%DATADIR%%/lib/module-intellij.platform.vcs.jar
+%%DATADIR%%/lib/module-intellij.platform.vcs.shared.jar
+%%DATADIR%%/lib/module-intellij.regexp.jar
+%%DATADIR%%/lib/module-intellij.xml.analysis.impl.jar
+%%DATADIR%%/lib/module-intellij.xml.analysis.jar
+%%DATADIR%%/lib/module-intellij.xml.dom.impl.jar
+%%DATADIR%%/lib/module-intellij.xml.dom.jar
+%%DATADIR%%/lib/module-intellij.xml.impl.jar
+%%DATADIR%%/lib/module-intellij.xml.parser.jar
+%%DATADIR%%/lib/module-intellij.xml.psi.impl.jar
+%%DATADIR%%/lib/module-intellij.xml.psi.jar
+%%DATADIR%%/lib/module-intellij.xml.structureView.impl.jar
+%%DATADIR%%/lib/module-intellij.xml.structureView.jar
+%%DATADIR%%/lib/module-intellij.xml.syntax.jar
+%%DATADIR%%/lib/module-intellij.xml.ui.common.jar
%%DATADIR%%/lib/modules/intellij.charts.jar
%%DATADIR%%/lib/modules/intellij.cidr.workspaceModel.ide.jar
+%%DATADIR%%/lib/modules/intellij.clion.bazel.jar
%%DATADIR%%/lib/modules/intellij.clion.ide.core.jar
+%%DATADIR%%/lib/modules/intellij.clion.ide.customization.backend.jar
%%DATADIR%%/lib/modules/intellij.clion.ide.customization.jar
-%%DATADIR%%/lib/modules/intellij.clion.ide.survey.jar
+%%DATADIR%%/lib/modules/intellij.clion.ide.featuresTrainer.jar
%%DATADIR%%/lib/modules/intellij.clion.langSwitcher.jar
+%%DATADIR%%/lib/modules/intellij.clion.wizard.aipromo.jar
+%%DATADIR%%/lib/modules/intellij.clion.wizard.jar
%%DATADIR%%/lib/modules/intellij.emojipicker.jar
%%DATADIR%%/lib/modules/intellij.execution.process.elevation.jar
%%DATADIR%%/lib/modules/intellij.execution.process.mediator.client.jar
@@ -2665,22 +2833,31 @@ share/applications/clion.desktop
%%DATADIR%%/lib/modules/intellij.grid.jar
%%DATADIR%%/lib/modules/intellij.grid.types.jar
%%DATADIR%%/lib/modules/intellij.ide.startup.importSettings.jar
-%%DATADIR%%/lib/modules/intellij.libraries.ai.grazie.spell.gec.engine.local.jar
%%DATADIR%%/lib/modules/intellij.libraries.coil.jar
+%%DATADIR%%/lib/modules/intellij.libraries.commons.text.jar
%%DATADIR%%/lib/modules/intellij.libraries.compose.foundation.desktop.jar
+%%DATADIR%%/lib/modules/intellij.libraries.compose.runtime.desktop.jar
%%DATADIR%%/lib/modules/intellij.libraries.grpc.jar
%%DATADIR%%/lib/modules/intellij.libraries.grpc.netty.shaded.jar
-%%DATADIR%%/lib/modules/intellij.libraries.kotlinx.io.jar
-%%DATADIR%%/lib/modules/intellij.libraries.ktor.client.cio.jar
-%%DATADIR%%/lib/modules/intellij.libraries.ktor.client.jar
+%%DATADIR%%/lib/modules/intellij.libraries.javax.activation.jar
+%%DATADIR%%/lib/modules/intellij.libraries.kotlinx.document.store.mvstore.jar
%%DATADIR%%/lib/modules/intellij.libraries.lucene.common.jar
%%DATADIR%%/lib/modules/intellij.libraries.microba.jar
%%DATADIR%%/lib/modules/intellij.libraries.skiko.jar
+%%DATADIR%%/lib/modules/intellij.libraries.xml.rpc.jar
%%DATADIR%%/lib/modules/intellij.platform.backend.jar
%%DATADIR%%/lib/modules/intellij.platform.bookmarks.backend.jar
%%DATADIR%%/lib/modules/intellij.platform.bookmarks.frontend.jar
+%%DATADIR%%/lib/modules/intellij.platform.buildView.backend.jar
+%%DATADIR%%/lib/modules/intellij.platform.buildView.frontend.jar
+%%DATADIR%%/lib/modules/intellij.platform.buildView.jar
%%DATADIR%%/lib/modules/intellij.platform.clouds.jar
+%%DATADIR%%/lib/modules/intellij.platform.collaborationTools.auth.base.jar
+%%DATADIR%%/lib/modules/intellij.platform.collaborationTools.auth.jar
%%DATADIR%%/lib/modules/intellij.platform.collaborationTools.jar
+%%DATADIR%%/lib/modules/intellij.platform.completion.backend.jar
+%%DATADIR%%/lib/modules/intellij.platform.completion.common.jar
+%%DATADIR%%/lib/modules/intellij.platform.completion.frontend.jar
%%DATADIR%%/lib/modules/intellij.platform.compose.jar
%%DATADIR%%/lib/modules/intellij.platform.compose.markdown.jar
%%DATADIR%%/lib/modules/intellij.platform.coverage.agent.jar
@@ -2699,6 +2876,7 @@ share/applications/clion.desktop
%%DATADIR%%/lib/modules/intellij.platform.execution.dashboard.jar
%%DATADIR%%/lib/modules/intellij.platform.execution.impl.backend.jar
%%DATADIR%%/lib/modules/intellij.platform.execution.impl.frontend.jar
+%%DATADIR%%/lib/modules/intellij.platform.execution.serviceView.backend.jar
%%DATADIR%%/lib/modules/intellij.platform.execution.serviceView.frontend.jar
%%DATADIR%%/lib/modules/intellij.platform.execution.serviceView.jar
%%DATADIR%%/lib/modules/intellij.platform.find.backend.jar
@@ -2707,9 +2885,8 @@ share/applications/clion.desktop
%%DATADIR%%/lib/modules/intellij.platform.ide.newUiOnboarding.jar
%%DATADIR%%/lib/modules/intellij.platform.identifiers.highlighting.backend.jar
%%DATADIR%%/lib/modules/intellij.platform.identifiers.highlighting.shared.jar
-%%DATADIR%%/lib/modules/intellij.platform.images.backend.svg.jar
-%%DATADIR%%/lib/modules/intellij.platform.images.copyright.jar
%%DATADIR%%/lib/modules/intellij.platform.inline.completion.jar
+%%DATADIR%%/lib/modules/intellij.platform.inspect.jar
%%DATADIR%%/lib/modules/intellij.platform.jewel.foundation.jar
%%DATADIR%%/lib/modules/intellij.platform.jewel.ideLafBridge.jar
%%DATADIR%%/lib/modules/intellij.platform.jewel.markdown.core.jar
@@ -2723,10 +2900,11 @@ share/applications/clion.desktop
%%DATADIR%%/lib/modules/intellij.platform.kernel.backend.jar
%%DATADIR%%/lib/modules/intellij.platform.kernel.impl.jar
%%DATADIR%%/lib/modules/intellij.platform.lang.impl.backend.jar
+%%DATADIR%%/lib/modules/intellij.platform.langInjection.backend.jar
+%%DATADIR%%/lib/modules/intellij.platform.langInjection.jar
%%DATADIR%%/lib/modules/intellij.platform.lvcs.impl.jar
%%DATADIR%%/lib/modules/intellij.platform.managed.cache.backend.jar
%%DATADIR%%/lib/modules/intellij.platform.ml.impl.jar
-%%DATADIR%%/lib/modules/intellij.platform.ml.logs.jar
%%DATADIR%%/lib/modules/intellij.platform.monolith.jar
%%DATADIR%%/lib/modules/intellij.platform.navbar.backend.jar
%%DATADIR%%/lib/modules/intellij.platform.navbar.frontend.jar
@@ -2742,7 +2920,12 @@ share/applications/clion.desktop
%%DATADIR%%/lib/modules/intellij.platform.recentFiles.jar
%%DATADIR%%/lib/modules/intellij.platform.registry.cloud.jar
%%DATADIR%%/lib/modules/intellij.platform.rpc.backend.jar
+%%DATADIR%%/lib/modules/intellij.platform.rpc.topics.backend.jar
+%%DATADIR%%/lib/modules/intellij.platform.rpc.topics.frontend.jar
%%DATADIR%%/lib/modules/intellij.platform.scopes.backend.jar
+%%DATADIR%%/lib/modules/intellij.platform.scriptDebugger.backend.jar
+%%DATADIR%%/lib/modules/intellij.platform.scriptDebugger.protocolReaderRuntime.jar
+%%DATADIR%%/lib/modules/intellij.platform.scriptDebugger.ui.jar
%%DATADIR%%/lib/modules/intellij.platform.searchEverywhere.backend.jar
%%DATADIR%%/lib/modules/intellij.platform.searchEverywhere.frontend.jar
%%DATADIR%%/lib/modules/intellij.platform.searchEverywhere.jar
@@ -2751,18 +2934,22 @@ share/applications/clion.desktop
%%DATADIR%%/lib/modules/intellij.platform.tasks.impl.jar
%%DATADIR%%/lib/modules/intellij.platform.tasks.jar
%%DATADIR%%/lib/modules/intellij.platform.tips.jar
+%%DATADIR%%/lib/modules/intellij.platform.trace.consent.jar
%%DATADIR%%/lib/modules/intellij.platform.trialPromotion.common.jar
%%DATADIR%%/lib/modules/intellij.platform.trialPromotion.idesWithoutFreeTier.jar
%%DATADIR%%/lib/modules/intellij.platform.vcs.dvcs.impl.jar
%%DATADIR%%/lib/modules/intellij.platform.vcs.dvcs.impl.shared.jar
-%%DATADIR%%/lib/modules/intellij.platform.vcs.impl.backend.jar
+%%DATADIR%%/lib/modules/intellij.platform.vcs.dvcs.jar
%%DATADIR%%/lib/modules/intellij.platform.vcs.impl.exec.jar
%%DATADIR%%/lib/modules/intellij.platform.vcs.impl.frontend.jar
%%DATADIR%%/lib/modules/intellij.platform.vcs.impl.jar
%%DATADIR%%/lib/modules/intellij.platform.vcs.impl.lang.actions.jar
%%DATADIR%%/lib/modules/intellij.platform.vcs.impl.lang.jar
%%DATADIR%%/lib/modules/intellij.platform.vcs.impl.shared.jar
+%%DATADIR%%/lib/modules/intellij.platform.vcs.log.graph.impl.jar
+%%DATADIR%%/lib/modules/intellij.platform.vcs.log.graph.jar
%%DATADIR%%/lib/modules/intellij.platform.vcs.log.impl.jar
+%%DATADIR%%/lib/modules/intellij.platform.vcs.log.jar
%%DATADIR%%/lib/modules/intellij.platform.warmup.jar
%%DATADIR%%/lib/modules/intellij.platform.whatsNew.jar
%%DATADIR%%/lib/modules/intellij.profiler.asyncOne.jar
@@ -2776,11 +2963,13 @@ share/applications/clion.desktop
%%DATADIR%%/lib/modules/intellij.settingsSync.core.jar
%%DATADIR%%/lib/modules/intellij.spellchecker.jar
%%DATADIR%%/lib/modules/intellij.spellchecker.xml.jar
+%%DATADIR%%/lib/modules/intellij.xml.langInjection.jar
+%%DATADIR%%/lib/modules/intellij.xml.langInjection.xpath.jar
%%DATADIR%%/lib/native/%%SQLITE_ARCH%%/libsqliteij.so
%%DATADIR%%/lib/nio-fs.jar
%%DATADIR%%/lib/opentelemetry.jar
%%DATADIR%%/lib/platform-loader.jar
-%%DATADIR%%/lib/product-client.jar
+%%DATADIR%%/lib/product-backend.jar
%%DATADIR%%/lib/product.jar
%%DATADIR%%/lib/protobuf.jar
%%DATADIR%%/lib/pty4j/%%PTY4J_ARCH%%/libpty.so
@@ -2803,24 +2992,64 @@ share/applications/clion.desktop
%%DATADIR%%/modules/module-descriptors.dat
%%DATADIR%%/modules/module-descriptors.jar
%%DATADIR%%/plugins/DatabaseTools/lib/aether-dependency-resolver.jar
-%%DATADIR%%/plugins/DatabaseTools/lib/completion-ranking-sql.jar
%%DATADIR%%/plugins/DatabaseTools/lib/database-plugin-frontend.jar
%%DATADIR%%/plugins/DatabaseTools/lib/database-plugin.jar
%%DATADIR%%/plugins/DatabaseTools/lib/frontend-split/database-frontend.jar
-%%DATADIR%%/plugins/DatabaseTools/lib/jdbc-console.jar
-%%DATADIR%%/plugins/DatabaseTools/lib/jettison.jar
%%DATADIR%%/plugins/DatabaseTools/lib/maven-resolver-connector-basic.jar
%%DATADIR%%/plugins/DatabaseTools/lib/maven-resolver-provider.jar
%%DATADIR%%/plugins/DatabaseTools/lib/maven-resolver-transport-file.jar
%%DATADIR%%/plugins/DatabaseTools/lib/maven-resolver-transport-http.jar
%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.backend.split.jar
+%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.completionMlRanking.jar
+%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.connectivity.jar
+%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.core.impl.jar
+%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.dialects.base.ex.jar
+%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.dialects.base.jar
+%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.dialects.generic.jar
+%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.dialects.maria.jar
+%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.dialects.mongo.ex.jar
+%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.dialects.mongo.jar
+%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.dialects.mongo.js.external.jar
+%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.dialects.mongo.sql.jar
+%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.dialects.mssql.ex.jar
+%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.dialects.mssql.impl.jar
+%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.dialects.mssql.jar
+%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.dialects.mysql.jar
+%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.dialects.mysqlbase.ex.jar
+%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.dialects.mysqlbase.impl.jar
+%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.dialects.mysqlbase.jar
+%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.dialects.oracle.ex.coverage.jar
+%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.dialects.oracle.ex.jar
+%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.dialects.oracle.jar
+%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.dialects.postgres.jar
+%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.dialects.postgresbase.jar
+%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.dialects.postgresgreenplumbase.jar
+%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.dialects.redis.backend.jar
+%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.dialects.redis.jar
+%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.dialects.sql92.jar
+%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.dialects.sqlite.ex.jar
+%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.dialects.sqlite.jar
+%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.dialects.sybase.ex.jar
+%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.dialects.sybase.jar
%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.frontend.split.jar
+%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.impl.jar
+%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.jdbcConsole.jar
+%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.jdbcConsole.shim.jar
+%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.pro.jar
+%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.sql.backend.core.jar
+%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.sql.common.core.jar
+%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.sql.common.impl.jar
+%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.sql.copyright.jar
+%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.sql.core.impl.jar
%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.sql.frontend.core.jar
%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.sql.frontend.impl.jar
+%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.sql.impl.jar
+%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.sql.intelliLang.jar
+%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.sql.jar
+%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.trialPromotion.idesWithFreeTier.jar
+%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.util.jar
%%DATADIR%%/plugins/DatabaseTools/lib/plexus-utils.jar
%%DATADIR%%/plugins/DatabaseTools/lib/tips-database-plugin.jar
-%%DATADIR%%/plugins/DatabaseTools/lib/unidecode.jar
-%%DATADIR%%/plugins/DatabaseTools/lib/xstream.jar
%%DATADIR%%/plugins/angular/angular-service/node_modules/ws-typescript-angular-plugin/index.js
%%DATADIR%%/plugins/angular/angular-service/node_modules/ws-typescript-angular-plugin/package.json
%%DATADIR%%/plugins/angular/lib/angular.jar
@@ -2853,16 +3082,12 @@ share/applications/clion.desktop
%%DATADIR%%/plugins/cidr-compiler-custom/lib/cidr-compiler-custom.jar
%%DATADIR%%/plugins/cidr-linkerscript/lib/cidr-linkerscript.jar
%%DATADIR%%/plugins/cidr-parallelStacks/lib/cidr-parallelStacks.jar
-%%DATADIR%%/plugins/clion-cmake/lib/clion-cmake.jar
-%%DATADIR%%/plugins/clion-cmake/lib/modules/intellij.clion.cmake.java.jar
-%%DATADIR%%/plugins/clion-cmake/lib/modules/intellij.clion.cmake.oc.jar
-%%DATADIR%%/plugins/clion-cmake/lib/modules/intellij.clion.cmake.wizard.jar
-%%DATADIR%%/plugins/clion-cmake/lib/ssh-nio-fs.jar
%%DATADIR%%/plugins/clion-compdb/lib/clion-compdb.jar
%%DATADIR%%/plugins/clion-compdb/lib/modules/intellij.clion.compdb.schema.jar
%%DATADIR%%/plugins/clion-diagnostics/lib/clion-diagnostics.jar
+%%DATADIR%%/plugins/clion-embedded-platformio/lib/clion-embedded-platformio.jar
+%%DATADIR%%/plugins/clion-embedded-platformio/lib/modules/intellij.clion.embedded.platformio.terminal.jar
%%DATADIR%%/plugins/clion-embedded/lib/clion-embedded.jar
-%%DATADIR%%/plugins/clion-embedded/lib/commons-text.jar
%%DATADIR%%/plugins/clion-makefile/lib/clion-makefile.jar
%%DATADIR%%/plugins/clion-makefile/lib/jsr305.jar
%%DATADIR%%/plugins/clion-meson/lib/clikt.jar
@@ -2889,7 +3114,6 @@ share/applications/clion.desktop
%%DATADIR%%/plugins/clion/lib/modules/intellij.cidr.asm.jar
%%DATADIR%%/plugins/clion/lib/modules/intellij.cidr.clangFormat.common.jar
%%DATADIR%%/plugins/clion/lib/modules/intellij.cidr.clangFormat.schema.jar
-%%DATADIR%%/plugins/clion/lib/modules/intellij.cidr.common.jar
%%DATADIR%%/plugins/clion/lib/modules/intellij.cidr.completionMlRanking.jar
%%DATADIR%%/plugins/clion/lib/modules/intellij.cidr.coverage.jar
%%DATADIR%%/plugins/clion/lib/modules/intellij.cidr.execution.jar
@@ -2902,28 +3126,40 @@ share/applications/clion.desktop
%%DATADIR%%/plugins/clion/lib/modules/intellij.cidr.util.serializer.jar
%%DATADIR%%/plugins/clion/lib/modules/intellij.cidr.util.ui.jar
%%DATADIR%%/plugins/clion/lib/modules/intellij.cidr.workspaceModel.jar
-%%DATADIR%%/plugins/clion/lib/modules/intellij.clion.bazel.jar
%%DATADIR%%/plugins/clion/lib/modules/intellij.clion.core.jar
%%DATADIR%%/plugins/clion/lib/modules/intellij.clion.coverage.jar
%%DATADIR%%/plugins/clion/lib/modules/intellij.clion.docker.jar
%%DATADIR%%/plugins/clion/lib/modules/intellij.clion.execution.jar
%%DATADIR%%/plugins/clion/lib/modules/intellij.clion.externalSystem.jar
+%%DATADIR%%/plugins/clion/lib/modules/intellij.clion.java.jar
%%DATADIR%%/plugins/clion/lib/modules/intellij.clion.oc.jar
+%%DATADIR%%/plugins/clion/lib/modules/intellij.clion.projectStatus.jar
%%DATADIR%%/plugins/clion/lib/modules/intellij.clion.toolchains.debugger.jar
%%DATADIR%%/plugins/clion/lib/modules/intellij.clion.toolchains.jar
%%DATADIR%%/plugins/clion/lib/modules/intellij.clion.webDeployment.jar
%%DATADIR%%/plugins/clion/lib/modules/intellij.clion.webDeployment.remoteRun.jar
-%%DATADIR%%/plugins/clion/lib/modules/intellij.clion.wizard.jar
%%DATADIR%%/plugins/clion/lib/modules/intellij.platform.ssh.nio.jar
+%%DATADIR%%/plugins/clouds-docker-gateway/lib/clouds-docker-gateway-frontend.jar
%%DATADIR%%/plugins/clouds-docker-gateway/lib/clouds-docker-gateway.jar
%%DATADIR%%/plugins/clouds-docker-impl/lib/clouds-docker-impl.jar
%%DATADIR%%/plugins/clouds-docker-impl/lib/com.github.docker-java-docker-java-api.jar
%%DATADIR%%/plugins/clouds-docker-impl/lib/com.github.docker-java-docker-java-core.jar
%%DATADIR%%/plugins/clouds-docker-impl/lib/com.github.docker-java-docker-java-transport-httpclient5.jar
%%DATADIR%%/plugins/clouds-docker-impl/lib/com.github.docker-java-docker-java-transport.jar
-%%DATADIR%%/plugins/clouds-docker-impl/lib/modules/intellij.clouds.docker.frontend.split.jar
+%%DATADIR%%/plugins/clouds-docker-impl/lib/modules/intellij.clouds.docker.file.backend.jar
+%%DATADIR%%/plugins/clouds-docker-impl/lib/modules/intellij.clouds.docker.file.frontend.split.jar
+%%DATADIR%%/plugins/clouds-docker-impl/lib/modules/intellij.clouds.docker.frontend.jar
%%DATADIR%%/plugins/clouds-docker-impl/lib/modules/intellij.clouds.docker.jar
%%DATADIR%%/plugins/clouds-docker-impl/lib/modules/intellij.clouds.docker.shared.jar
+%%DATADIR%%/plugins/cmake/lib/cmake-frontend.jar
+%%DATADIR%%/plugins/cmake/lib/cmake.jar
+%%DATADIR%%/plugins/cmake/lib/modules/intellij.cmake.clion.jar
+%%DATADIR%%/plugins/cmake/lib/modules/intellij.cmake.compdb.jar
+%%DATADIR%%/plugins/cmake/lib/modules/intellij.cmake.ide.jar
+%%DATADIR%%/plugins/cmake/lib/modules/intellij.cmake.oc.jar
+%%DATADIR%%/plugins/cmake/lib/modules/intellij.cmake.psi.spellchecker.jar
+%%DATADIR%%/plugins/cmake/lib/modules/intellij.cmake.rider.jar
+%%DATADIR%%/plugins/cmake/lib/modules/intellij.cmake.wizard.jar
%%DATADIR%%/plugins/color-scheme-all_hallows_eve/lib/color-scheme-all_hallows_eve.jar
%%DATADIR%%/plugins/color-scheme-blackboard/lib/color-scheme-blackboard.jar
%%DATADIR%%/plugins/color-scheme-cobalt/lib/color-scheme-cobalt.jar
@@ -2940,38 +3176,66 @@ share/applications/clion.desktop
%%DATADIR%%/plugins/completionMlRanking/lib/completionMlRanking.jar
%%DATADIR%%/plugins/configurationScript/lib/configurationScript.jar
%%DATADIR%%/plugins/copyright/lib/copyright.jar
-%%DATADIR%%/plugins/css-impl/lib/css-impl.jar
+%%DATADIR%%/plugins/css-plugin/lib/css-plugin.jar
+%%DATADIR%%/plugins/css-plugin/lib/frontend-split/css-frontend.jar
+%%DATADIR%%/plugins/css-plugin/lib/modules/intellij.css.analysis.jar
+%%DATADIR%%/plugins/css-plugin/lib/modules/intellij.css.backend.jar
+%%DATADIR%%/plugins/css-plugin/lib/modules/intellij.css.common.jar
+%%DATADIR%%/plugins/css-plugin/lib/modules/intellij.css.common.psi.jar
+%%DATADIR%%/plugins/css-plugin/lib/modules/intellij.css.copyright.jar
+%%DATADIR%%/plugins/css-plugin/lib/modules/intellij.css.frontend.split.jar
+%%DATADIR%%/plugins/css-plugin/lib/modules/intellij.css.jar
+%%DATADIR%%/plugins/css-plugin/lib/modules/intellij.css.psi.jar
+%%DATADIR%%/plugins/css-plugin/lib/modules/intellij.css.schemeGenerator.jar
+%%DATADIR%%/plugins/css-plugin/lib/modules/intellij.css.watcher.jar
+%%DATADIR%%/plugins/css-plugin/lib/modules/intellij.css.xmlSchemeGenerator.jar
%%DATADIR%%/plugins/dev/lib/dev.jar
%%DATADIR%%/plugins/dts/lib/dts.jar
+%%DATADIR%%/plugins/dts/lib/modules/intellij.dts.cmake.jar
%%DATADIR%%/plugins/featuresTrainer/lib/assertj-swing.jar
%%DATADIR%%/plugins/featuresTrainer/lib/featuresTrainer.jar
%%DATADIR%%/plugins/featuresTrainer/lib/git-learning-project.jar
-%%DATADIR%%/plugins/fullLine/full-line-cpu-detector-windows-x86_64.zip
%%DATADIR%%/plugins/fullLine/full-line-model-objectivec.zip
-%%DATADIR%%/plugins/fullLine/full-line-native-server-linux-arm_64.zip
-%%DATADIR%%/plugins/fullLine/full-line-native-server-linux-x86_64.zip
-%%DATADIR%%/plugins/fullLine/full-line-native-server-macos-arm_64.zip
-%%DATADIR%%/plugins/fullLine/full-line-native-server-macos-x86_64.zip
-%%DATADIR%%/plugins/fullLine/full-line-native-server-windows-arm_64.zip
-%%DATADIR%%/plugins/fullLine/full-line-native-server-windows-x86_64.zip
+%%DATADIR%%/plugins/fullLine/full-line-native-server-%%SQLITE_ARCH%%.zip
%%DATADIR%%/plugins/fullLine/lib/clikt.jar
%%DATADIR%%/plugins/fullLine/lib/fullLine.jar
+%%DATADIR%%/plugins/fullLine/lib/jetbrains.ai.completion.trigger.model.markdown.cloud.jar
+%%DATADIR%%/plugins/fullLine/lib/jetbrains.ai.completion.trigger.model.polyglot.cloud.jar
+%%DATADIR%%/plugins/fullLine/lib/jetbrains.ai.completion.trigger.model.text.cloud.jar
+%%DATADIR%%/plugins/fullLine/lib/jetbrains.mlapi.core.jar
%%DATADIR%%/plugins/fullLine/lib/jgrapht.core.jar
+%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.chat.jar
+%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.controlModel.jar
%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.css.local.jar
+%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.erb.jar
+%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.fake.frontend.jar
%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.go.local.jar
%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.html.local.jar
%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.java.local.jar
%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.js.local.jar
+%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.json.jar
%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.kotlin.local.jar
%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.local.jar
+%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.markdown.jar
%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.php.local.jar
+%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.properties.jar
%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.python.local.jar
+%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.rbs.jar
%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.rider.cpp.local.jar
%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.rider.csharp.local.jar
+%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.rider.fsharp.jar
+%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.rider.godot.jar
+%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.rider.shaderlab.jar
%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.ruby.local.jar
%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.rust.local.jar
+%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.sql.jar
%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.terraform.local.jar
-%%DATADIR%%/plugins/fullLine/lib/modules/intellij.ml.llm.completion.trigger.model.jar
+%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.text.jar
+%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.xml.jar
+%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.yaml.jar
+%%DATADIR%%/plugins/fullLine/lib/modules/intellij.llmInstaller.frontend.jar
+%%DATADIR%%/plugins/fullLine/lib/modules/intellij.llmInstaller.shared.jar
+%%DATADIR%%/plugins/fullLine/lib/modules/intellij.ml.llm.chat.completion.jar
%%DATADIR%%/plugins/fullLine/lib/modules/intellij.ml.llm.cpp.completion.jar
%%DATADIR%%/plugins/fullLine/lib/modules/intellij.ml.llm.css.completion.jar
%%DATADIR%%/plugins/fullLine/lib/modules/intellij.ml.llm.go.completion.jar
@@ -2983,24 +3247,12 @@ share/applications/clion.desktop
%%DATADIR%%/plugins/fullLine/lib/modules/intellij.ml.llm.python.completion.jar
%%DATADIR%%/plugins/fullLine/lib/modules/intellij.ml.llm.rider.cpp.completion.jar
%%DATADIR%%/plugins/fullLine/lib/modules/intellij.ml.llm.rider.csharp.completion.jar
+%%DATADIR%%/plugins/fullLine/lib/modules/intellij.ml.llm.rider.fsharp.completion.jar
+%%DATADIR%%/plugins/fullLine/lib/modules/intellij.ml.llm.rider.godot.completion.jar
+%%DATADIR%%/plugins/fullLine/lib/modules/intellij.ml.llm.rider.shaderlab.completion.jar
%%DATADIR%%/plugins/fullLine/lib/modules/intellij.ml.llm.ruby.completion.jar
%%DATADIR%%/plugins/fullLine/lib/modules/intellij.ml.llm.rust.completion.jar
-%%DATADIR%%/plugins/fullLine/promo/Aqua/AIEnterprise.png
-%%DATADIR%%/plugins/fullLine/promo/Aqua/CloudCompletion.png
-%%DATADIR%%/plugins/fullLine/promo/Aqua/CloudCompletion_dark.png
-%%DATADIR%%/plugins/fullLine/promo/Aqua/CommandGenerationInTerminal.png
-%%DATADIR%%/plugins/fullLine/promo/Aqua/CommandGenerationInTerminal_dark.png
-%%DATADIR%%/plugins/fullLine/promo/Aqua/ContextAwareChat.png
-%%DATADIR%%/plugins/fullLine/promo/Aqua/ContextAwareChat_dark.png
-%%DATADIR%%/plugins/fullLine/promo/Aqua/FixWithAI.png
-%%DATADIR%%/plugins/fullLine/promo/Aqua/FixWithAI_dark.png
-%%DATADIR%%/plugins/fullLine/promo/Aqua/GenerateTests.png
-%%DATADIR%%/plugins/fullLine/promo/Aqua/GenerateTests_dark.png
-%%DATADIR%%/plugins/fullLine/promo/Aqua/LocalCompletion.png
-%%DATADIR%%/plugins/fullLine/promo/Aqua/LocalCompletion_dark.png
-%%DATADIR%%/plugins/fullLine/promo/Aqua/MergeWithAI.png
-%%DATADIR%%/plugins/fullLine/promo/Aqua/MergeWithAI_dark.png
-%%DATADIR%%/plugins/fullLine/promo/Aqua/content.json
+%%DATADIR%%/plugins/fullLine/lib/modules/intellij.ml.llm.vcs.completion.jar
%%DATADIR%%/plugins/fullLine/promo/CLion/AIEnterprise.png
%%DATADIR%%/plugins/fullLine/promo/CLion/CloudCompletion.png
%%DATADIR%%/plugins/fullLine/promo/CLion/CloudCompletion_dark.png
@@ -3015,159 +3267,24 @@ share/applications/clion.desktop
%%DATADIR%%/plugins/fullLine/promo/CLion/MergeWithAI.png
%%DATADIR%%/plugins/fullLine/promo/CLion/MergeWithAI_dark.png
%%DATADIR%%/plugins/fullLine/promo/CLion/content.json
-%%DATADIR%%/plugins/fullLine/promo/DataGrip/AIEnterprise.png
-%%DATADIR%%/plugins/fullLine/promo/DataGrip/ContextAwareChat.png
-%%DATADIR%%/plugins/fullLine/promo/DataGrip/ContextAwareChat_dark.png
-%%DATADIR%%/plugins/fullLine/promo/DataGrip/FixWithAI.png
-%%DATADIR%%/plugins/fullLine/promo/DataGrip/FixWithAI_dark.png
-%%DATADIR%%/plugins/fullLine/promo/DataGrip/MergeWithAI.png
-%%DATADIR%%/plugins/fullLine/promo/DataGrip/MergeWithAI_dark.png
-%%DATADIR%%/plugins/fullLine/promo/DataGrip/content.json
-%%DATADIR%%/plugins/fullLine/promo/DataSpell/AIEnterprise.png
-%%DATADIR%%/plugins/fullLine/promo/DataSpell/CloudCompletion.png
-%%DATADIR%%/plugins/fullLine/promo/DataSpell/CloudCompletion_dark.png
-%%DATADIR%%/plugins/fullLine/promo/DataSpell/ContextAwareChat.png
-%%DATADIR%%/plugins/fullLine/promo/DataSpell/ContextAwareChat_dark.png
-%%DATADIR%%/plugins/fullLine/promo/DataSpell/FixWithAI.png
-%%DATADIR%%/plugins/fullLine/promo/DataSpell/FixWithAI_dark.png
-%%DATADIR%%/plugins/fullLine/promo/DataSpell/LocalCompletion.png
-%%DATADIR%%/plugins/fullLine/promo/DataSpell/LocalCompletion_dark.png
-%%DATADIR%%/plugins/fullLine/promo/DataSpell/MergeWithAI.png
-%%DATADIR%%/plugins/fullLine/promo/DataSpell/MergeWithAI_dark.png
-%%DATADIR%%/plugins/fullLine/promo/DataSpell/content.json
-%%DATADIR%%/plugins/fullLine/promo/GoLand/AIEnterprise.png
-%%DATADIR%%/plugins/fullLine/promo/GoLand/CloudCompletion.png
-%%DATADIR%%/plugins/fullLine/promo/GoLand/CloudCompletion_dark.png
-%%DATADIR%%/plugins/fullLine/promo/GoLand/CommandGenerationInTerminal.png
-%%DATADIR%%/plugins/fullLine/promo/GoLand/CommandGenerationInTerminal_dark.png
-%%DATADIR%%/plugins/fullLine/promo/GoLand/ContextAwareChat.png
-%%DATADIR%%/plugins/fullLine/promo/GoLand/ContextAwareChat_dark.png
-%%DATADIR%%/plugins/fullLine/promo/GoLand/FixWithAI.png
-%%DATADIR%%/plugins/fullLine/promo/GoLand/FixWithAI_dark.png
-%%DATADIR%%/plugins/fullLine/promo/GoLand/LocalCompletion.png
-%%DATADIR%%/plugins/fullLine/promo/GoLand/LocalCompletion_dark.png
-%%DATADIR%%/plugins/fullLine/promo/GoLand/content.json
-%%DATADIR%%/plugins/fullLine/promo/Idea/AIEnterprise.png
-%%DATADIR%%/plugins/fullLine/promo/Idea/CloudCompletion.png
-%%DATADIR%%/plugins/fullLine/promo/Idea/CloudCompletion_dark.png
-%%DATADIR%%/plugins/fullLine/promo/Idea/CommandGenerationInTerminal.png
-%%DATADIR%%/plugins/fullLine/promo/Idea/CommandGenerationInTerminal_dark.png
-%%DATADIR%%/plugins/fullLine/promo/Idea/ContextAwareChat.png
-%%DATADIR%%/plugins/fullLine/promo/Idea/ContextAwareChat_dark.png
-%%DATADIR%%/plugins/fullLine/promo/Idea/FixWithAI.png
-%%DATADIR%%/plugins/fullLine/promo/Idea/FixWithAI_dark.png
-%%DATADIR%%/plugins/fullLine/promo/Idea/GenerateTests.png
-%%DATADIR%%/plugins/fullLine/promo/Idea/GenerateTests_dark.png
-%%DATADIR%%/plugins/fullLine/promo/Idea/LocalCompletion.png
-%%DATADIR%%/plugins/fullLine/promo/Idea/LocalCompletion_dark.png
-%%DATADIR%%/plugins/fullLine/promo/Idea/MergeWithAI.png
-%%DATADIR%%/plugins/fullLine/promo/Idea/MergeWithAI_dark.png
-%%DATADIR%%/plugins/fullLine/promo/Idea/content.json
-%%DATADIR%%/plugins/fullLine/promo/PhpStorm/AIEnterprise.png
-%%DATADIR%%/plugins/fullLine/promo/PhpStorm/CloudCompletion.png
-%%DATADIR%%/plugins/fullLine/promo/PhpStorm/CloudCompletion_dark.png
-%%DATADIR%%/plugins/fullLine/promo/PhpStorm/CommandGenerationInTerminal.png
-%%DATADIR%%/plugins/fullLine/promo/PhpStorm/CommandGenerationInTerminal_dark.png
-%%DATADIR%%/plugins/fullLine/promo/PhpStorm/ContextAwareChat.png
-%%DATADIR%%/plugins/fullLine/promo/PhpStorm/ContextAwareChat_dark.png
-%%DATADIR%%/plugins/fullLine/promo/PhpStorm/FixWithAI.png
-%%DATADIR%%/plugins/fullLine/promo/PhpStorm/FixWithAI_dark.png
-%%DATADIR%%/plugins/fullLine/promo/PhpStorm/GenerateTests.png
-%%DATADIR%%/plugins/fullLine/promo/PhpStorm/GenerateTests_dark.png
-%%DATADIR%%/plugins/fullLine/promo/PhpStorm/LocalCompletion.png
-%%DATADIR%%/plugins/fullLine/promo/PhpStorm/LocalCompletion_dark.png
-%%DATADIR%%/plugins/fullLine/promo/PhpStorm/MergeWithAI.png
-%%DATADIR%%/plugins/fullLine/promo/PhpStorm/MergeWithAI_dark.png
-%%DATADIR%%/plugins/fullLine/promo/PhpStorm/content.json
-%%DATADIR%%/plugins/fullLine/promo/Python/AIEnterprise.png
-%%DATADIR%%/plugins/fullLine/promo/Python/CloudCompletion.png
-%%DATADIR%%/plugins/fullLine/promo/Python/CloudCompletion_dark.png
-%%DATADIR%%/plugins/fullLine/promo/Python/CommandGenerationInTerminal.png
-%%DATADIR%%/plugins/fullLine/promo/Python/CommandGenerationInTerminal_dark.png
-%%DATADIR%%/plugins/fullLine/promo/Python/ContextAwareChat.png
-%%DATADIR%%/plugins/fullLine/promo/Python/ContextAwareChat_dark.png
-%%DATADIR%%/plugins/fullLine/promo/Python/FixWithAI.png
-%%DATADIR%%/plugins/fullLine/promo/Python/FixWithAI_dark.png
-%%DATADIR%%/plugins/fullLine/promo/Python/GenerateTests.png
-%%DATADIR%%/plugins/fullLine/promo/Python/GenerateTests_dark.png
-%%DATADIR%%/plugins/fullLine/promo/Python/LocalCompletion.png
-%%DATADIR%%/plugins/fullLine/promo/Python/LocalCompletion_dark.png
-%%DATADIR%%/plugins/fullLine/promo/Python/MergeWithAI.png
-%%DATADIR%%/plugins/fullLine/promo/Python/MergeWithAI_dark.png
-%%DATADIR%%/plugins/fullLine/promo/Python/content.json
-%%DATADIR%%/plugins/fullLine/promo/Rider/AIEnterprise.png
-%%DATADIR%%/plugins/fullLine/promo/Rider/CloudCompletion.png
-%%DATADIR%%/plugins/fullLine/promo/Rider/CloudCompletion_dark.png
-%%DATADIR%%/plugins/fullLine/promo/Rider/CommandGenerationInTerminal.png
-%%DATADIR%%/plugins/fullLine/promo/Rider/CommandGenerationInTerminal_dark.png
-%%DATADIR%%/plugins/fullLine/promo/Rider/ContextAwareChat.png
-%%DATADIR%%/plugins/fullLine/promo/Rider/ContextAwareChat_dark.png
-%%DATADIR%%/plugins/fullLine/promo/Rider/FixWithAI.png
-%%DATADIR%%/plugins/fullLine/promo/Rider/FixWithAI_dark.png
-%%DATADIR%%/plugins/fullLine/promo/Rider/LocalCompletion.png
-%%DATADIR%%/plugins/fullLine/promo/Rider/LocalCompletion_dark.png
-%%DATADIR%%/plugins/fullLine/promo/Rider/MergeWithAI.png
-%%DATADIR%%/plugins/fullLine/promo/Rider/MergeWithAI_dark.png
-%%DATADIR%%/plugins/fullLine/promo/Rider/content.json
-%%DATADIR%%/plugins/fullLine/promo/Ruby/AIEnterprise.png
-%%DATADIR%%/plugins/fullLine/promo/Ruby/CloudCompletion.png
-%%DATADIR%%/plugins/fullLine/promo/Ruby/CloudCompletion_dark.png
-%%DATADIR%%/plugins/fullLine/promo/Ruby/CommandGenerationInTerminal.png
-%%DATADIR%%/plugins/fullLine/promo/Ruby/CommandGenerationInTerminal_dark.png
-%%DATADIR%%/plugins/fullLine/promo/Ruby/ContextAwareChat.png
-%%DATADIR%%/plugins/fullLine/promo/Ruby/ContextAwareChat_dark.png
-%%DATADIR%%/plugins/fullLine/promo/Ruby/FixWithAI.png
-%%DATADIR%%/plugins/fullLine/promo/Ruby/FixWithAI_dark.png
-%%DATADIR%%/plugins/fullLine/promo/Ruby/GenerateTests.png
-%%DATADIR%%/plugins/fullLine/promo/Ruby/GenerateTests_dark.png
-%%DATADIR%%/plugins/fullLine/promo/Ruby/LocalCompletion.png
-%%DATADIR%%/plugins/fullLine/promo/Ruby/LocalCompletion_dark.png
-%%DATADIR%%/plugins/fullLine/promo/Ruby/MergeWithAI.png
-%%DATADIR%%/plugins/fullLine/promo/Ruby/MergeWithAI_dark.png
-%%DATADIR%%/plugins/fullLine/promo/Ruby/content.json
-%%DATADIR%%/plugins/fullLine/promo/RustRover/AIEnterprise.png
-%%DATADIR%%/plugins/fullLine/promo/RustRover/CloudCompletion.png
-%%DATADIR%%/plugins/fullLine/promo/RustRover/CloudCompletion_dark.png
-%%DATADIR%%/plugins/fullLine/promo/RustRover/CommandGenerationInTerminal.png
-%%DATADIR%%/plugins/fullLine/promo/RustRover/CommandGenerationInTerminal_dark.png
-%%DATADIR%%/plugins/fullLine/promo/RustRover/ContextAwareChat.png
-%%DATADIR%%/plugins/fullLine/promo/RustRover/ContextAwareChat_dark.png
-%%DATADIR%%/plugins/fullLine/promo/RustRover/FixWithAI.png
-%%DATADIR%%/plugins/fullLine/promo/RustRover/FixWithAI_dark.png
-%%DATADIR%%/plugins/fullLine/promo/RustRover/LocalCompletion.png
-%%DATADIR%%/plugins/fullLine/promo/RustRover/LocalCompletion_dark.png
-%%DATADIR%%/plugins/fullLine/promo/RustRover/MergeWithAI.png
-%%DATADIR%%/plugins/fullLine/promo/RustRover/MergeWithAI_dark.png
-%%DATADIR%%/plugins/fullLine/promo/RustRover/content.json
-%%DATADIR%%/plugins/fullLine/promo/WebStorm/AIEnterprise.png
-%%DATADIR%%/plugins/fullLine/promo/WebStorm/CloudCompletion.png
-%%DATADIR%%/plugins/fullLine/promo/WebStorm/CloudCompletion_dark.png
-%%DATADIR%%/plugins/fullLine/promo/WebStorm/CommandGenerationInTerminal.png
-%%DATADIR%%/plugins/fullLine/promo/WebStorm/CommandGenerationInTerminal_dark.png
-%%DATADIR%%/plugins/fullLine/promo/WebStorm/ContextAwareChat.png
-%%DATADIR%%/plugins/fullLine/promo/WebStorm/ContextAwareChat_dark.png
-%%DATADIR%%/plugins/fullLine/promo/WebStorm/FixWithAI.png
-%%DATADIR%%/plugins/fullLine/promo/WebStorm/FixWithAI_dark.png
-%%DATADIR%%/plugins/fullLine/promo/WebStorm/GenerateTests.png
-%%DATADIR%%/plugins/fullLine/promo/WebStorm/GenerateTests_dark.png
-%%DATADIR%%/plugins/fullLine/promo/WebStorm/LocalCompletion.png
-%%DATADIR%%/plugins/fullLine/promo/WebStorm/LocalCompletion_dark.png
-%%DATADIR%%/plugins/fullLine/promo/WebStorm/MergeWithAI.png
-%%DATADIR%%/plugins/fullLine/promo/WebStorm/MergeWithAI_dark.png
-%%DATADIR%%/plugins/fullLine/promo/WebStorm/content.json
%%DATADIR%%/plugins/gateway-plugin/lib/gateway-plugin.jar
%%DATADIR%%/plugins/gateway-plugin/lib/gateway-standalone/gateway.core.jar
%%DATADIR%%/plugins/gateway-plugin/lib/gateway-standalone/gateway.jar
+%%DATADIR%%/plugins/gateway-plugin/lib/modules/intellij.gateway.station.jar
%%DATADIR%%/plugins/gateway-plugin/lib/modules/intellij.gateway.terminal.jar
%%DATADIR%%/plugins/gateway-plugin/resources/gateway.vmoptions
+%%DATADIR%%/plugins/grazie/lib/ai.grazie.api.gateway.client.jvm.jar
+%%DATADIR%%/plugins/grazie/lib/ai.grazie.client.ktor.jvm.jar
+%%DATADIR%%/plugins/grazie/lib/ai.grazie.model.ner.jvm.jar
+%%DATADIR%%/plugins/grazie/lib/ai.grazie.model.tree.jvm.jar
+%%DATADIR%%/plugins/grazie/lib/ai.grazie.rule.engine.jar
+%%DATADIR%%/plugins/grazie/lib/ai.grazie.tasks.library.api.jvm.jar
+%%DATADIR%%/plugins/grazie/lib/ai.grazie.tasks.library.model.jvm.jar
%%DATADIR%%/plugins/grazie/lib/com.carrotsearch-hppc.jar
%%DATADIR%%/plugins/grazie/lib/com.hankcs-aho-corasick-double-array-trie.jar
%%DATADIR%%/plugins/grazie/lib/com.vdurmont-emoji-java.jar
-%%DATADIR%%/plugins/grazie/lib/commons-text.jar
+%%DATADIR%%/plugins/grazie/lib/grazie-frontend.jar
%%DATADIR%%/plugins/grazie/lib/grazie.jar
-%%DATADIR%%/plugins/grazie/lib/grpc-core.jar
-%%DATADIR%%/plugins/grazie/lib/grpc-protobuf.jar
-%%DATADIR%%/plugins/grazie/lib/grpc-stub.jar
%%DATADIR%%/plugins/grazie/lib/javax.measure-unit-api.jar
%%DATADIR%%/plugins/grazie/lib/net.loomchild-segment.jar
%%DATADIR%%/plugins/grazie/lib/org.carrot2-morfologik-fsa-builders.jar
@@ -3180,16 +3297,37 @@ share/applications/clion.desktop
%%DATADIR%%/plugins/grazie/lib/tech.units-indriya.jar
%%DATADIR%%/plugins/grazie/lib/tech.uom.lib-uom-lib-common.jar
%%DATADIR%%/plugins/grid-plugin/lib/grid-plugin.jar
+%%DATADIR%%/plugins/grid-plugin/lib/modules/intellij.grid.charts.impl.jar
+%%DATADIR%%/plugins/grid-plugin/lib/modules/intellij.grid.images.impl.jar
+%%DATADIR%%/plugins/grid-plugin/lib/modules/intellij.grid.json.impl.jar
+%%DATADIR%%/plugins/grid-plugin/lib/modules/intellij.grid.scripting.impl.jar
%%DATADIR%%/plugins/grid-plugin/lib/modules/intellij.grid.scripting.rt.jar
%%DATADIR%%/plugins/html-tools/lib/html-tools.jar
%%DATADIR%%/plugins/ini/lib/ini.jar
-%%DATADIR%%/plugins/javascript-debugger/lib/javascript-debugger-frontend.jar
+%%DATADIR%%/plugins/intellij-rust/lib/antlr4-runtime.jar
+%%DATADIR%%/plugins/intellij-rust/lib/intellij-rust.jar
+%%DATADIR%%/plugins/intellij-rust/lib/io.github.z4kn4fein.semver.jvm.jar
+%%DATADIR%%/plugins/intellij-rust/lib/jackson-dataformat-toml.jar
+%%DATADIR%%/plugins/intellij-rust/lib/jetbrains.intellij.deps.eclipse.jgit.jar
+%%DATADIR%%/plugins/intellij-rust/lib/modules/intellij.rustrover.ml-completion.jar
+%%DATADIR%%/plugins/intellij-rust/prettyPrinters/gdb_formatters/gdb/__init__.pyi
+%%DATADIR%%/plugins/intellij-rust/prettyPrinters/gdb_formatters/gdb_lookup.py
+%%DATADIR%%/plugins/intellij-rust/prettyPrinters/gdb_formatters/gdb_providers.py
+%%DATADIR%%/plugins/intellij-rust/prettyPrinters/lldb_formatters/__init__.py
+%%DATADIR%%/plugins/intellij-rust/prettyPrinters/lldb_formatters/lldb/__init__.pyi
+%%DATADIR%%/plugins/intellij-rust/prettyPrinters/lldb_formatters/lldb/formatters.pyi
+%%DATADIR%%/plugins/intellij-rust/prettyPrinters/lldb_formatters/lldb_providers.py
+%%DATADIR%%/plugins/intellij-rust/prettyPrinters/rust_types.py
%%DATADIR%%/plugins/javascript-debugger/lib/javascript-debugger.jar
%%DATADIR%%/plugins/javascript-debugger/lib/modules/intellij.javascript.debugger.backend.jar
-%%DATADIR%%/plugins/javascript-debugger/lib/modules/intellij.javascript.debugger.frontend.jar
-%%DATADIR%%/plugins/javascript-debugger/lib/modules/intellij.javascript.debugger.shared.jar
+%%DATADIR%%/plugins/javascript-debugger/lib/modules/intellij.javascript.debugger.backend.rpc.jar
+%%DATADIR%%/plugins/javascript-debugger/lib/modules/intellij.javascript.debugger.coverage.jar
+%%DATADIR%%/plugins/javascript-debugger/lib/modules/intellij.javascript.debugger.ui.jar
+%%DATADIR%%/plugins/javascript-debugger/lib/modules/intellij.javascript.debugger.webDeployment.jar
%%DATADIR%%/plugins/javascript-debugger/lib/modules/intellij.javascript.debugger.webstorm.specific.jar
%%DATADIR%%/plugins/javascript-debugger/lib/modules/intellij.javascript.reactNativeDebugger.jar
+%%DATADIR%%/plugins/javascript-debugger/lib/modules/intellij.javascript.wip.backend.jar
+%%DATADIR%%/plugins/javascript-debugger/lib/modules/intellij.javascript.wip.protocol.jar
%%DATADIR%%/plugins/javascript-debugger/nodeDebugInitializer/debugConnectionForwarder.js
%%DATADIR%%/plugins/javascript-debugger/nodeDebugInitializer/debugConnector.js
%%DATADIR%%/plugins/javascript-debugger/nodeDebugInitializer/debugConnectorPortPublisher.js
@@ -3240,10 +3378,12 @@ share/applications/clion.desktop
%%DATADIR%%/plugins/javascript-plugin/helpers/protractor-intellij/lib/protractor-intellij-util.js
%%DATADIR%%/plugins/javascript-plugin/helpers/vitest-intellij/node_modules/vitest-intellij-reporter-safe.js
%%DATADIR%%/plugins/javascript-plugin/helpers/vitest-intellij/vitest-intellij-file-path-resolver.js
+%%DATADIR%%/plugins/javascript-plugin/helpers/vitest-intellij/vitest-intellij-reporter-connector.js
+%%DATADIR%%/plugins/javascript-plugin/helpers/vitest-intellij/vitest-intellij-reporter-v3-plus.js
%%DATADIR%%/plugins/javascript-plugin/helpers/vitest-intellij/vitest-intellij-reporter.js
%%DATADIR%%/plugins/javascript-plugin/helpers/vitest-intellij/vitest-intellij-util.js
-%%DATADIR%%/plugins/javascript-plugin/js/js-predefined-d6986cc7102b-9c94529fcfe0.ijx
-%%DATADIR%%/plugins/javascript-plugin/js/js-predefined-d6986cc7102b-9c94529fcfe0.txt
+%%DATADIR%%/plugins/javascript-plugin/js/js-predefined-d6986cc7102b-9b0f141eb926.ijx
+%%DATADIR%%/plugins/javascript-plugin/js/js-predefined-d6986cc7102b-9b0f141eb926.txt
%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/!HowToUpdateBundledTypeScript.md
%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/_tsserver.js
%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/_typingsInstaller.js
@@ -3341,12 +3481,15 @@ share/applications/clion.desktop
%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.esnext.d.ts
%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.esnext.decorators.d.ts
%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.esnext.disposable.d.ts
+%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.esnext.error.d.ts
+%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.esnext.float16.d.ts
%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.esnext.full.d.ts
%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.esnext.intl.d.ts
%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.esnext.iterator.d.ts
%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.esnext.object.d.ts
%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.esnext.promise.d.ts
%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.esnext.regexp.d.ts
+%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.esnext.sharedmemory.d.ts
%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.esnext.string.d.ts
%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.scripthost.d.ts
%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.webworker.asynciterable.d.ts
@@ -3387,10 +3530,6 @@ share/applications/clion.desktop
%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/typescript/node_modules/tsc-ide-plugin/package.json
%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/typescript/node_modules/tsc-ide-plugin/protocol.js
%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/typescript/node_modules/tsc-ide-plugin/utils.js
-%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/typescript/node_modules/tsc-vue/bin/vue-language-server.js
-%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/typescript/node_modules/tsc-vue/package.json
-%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/typescript/node_modules/tsc-vue1/bin/vue-language-server.js
-%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/typescript/node_modules/tsc-vue1/package.json
%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/typescript/out-path-process.js
%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/typescript/service-loader.js
%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/typescript/session/compile-info-holder.js
@@ -3428,8 +3567,9 @@ share/applications/clion.desktop
%%DATADIR%%/plugins/javascript-plugin/lib/completion-ranking-js.jar
%%DATADIR%%/plugins/javascript-plugin/lib/completion-ranking-typescript.jar
%%DATADIR%%/plugins/javascript-plugin/lib/frontend-split/javascript-frontend.jar
-%%DATADIR%%/plugins/javascript-plugin/lib/javascript-frontback.jar
+%%DATADIR%%/plugins/javascript-plugin/lib/javascript-plugin-frontend.jar
%%DATADIR%%/plugins/javascript-plugin/lib/javascript-plugin.jar
+%%DATADIR%%/plugins/javascript-plugin/lib/modules/intellij.javascript.frontend.jar
%%DATADIR%%/plugins/javascript-plugin/lib/semver4j.jar
%%DATADIR%%/plugins/javascript-plugin/projectTemplates/JavaScript/no_samples.zip
%%DATADIR%%/plugins/javascript-plugin/projectTemplates/JavaScript/with_samples.zip
@@ -3472,6 +3612,7 @@ share/applications/clion.desktop
%%DATADIR%%/plugins/javascript-plugin/reporting/playwright/playwrightTestStructure.js
%%DATADIR%%/plugins/json/lib/json.jar
%%DATADIR%%/plugins/json/lib/modules/intellij.json.backend.jar
+%%DATADIR%%/plugins/json/lib/modules/intellij.json.backend.regexp.jar
%%DATADIR%%/plugins/json/lib/modules/intellij.json.frontend.split.jar
%%DATADIR%%/plugins/jsonpath/lib/jsonpath.jar
%%DATADIR%%/plugins/karma/js_reporter/karma-intellij/LICENSE.txt
@@ -3605,6 +3746,7 @@ share/applications/clion.desktop
%%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.ReSharper.Feature.Services.Cpp.DkmDebugger.Resources.Strings.ja-JP.resources
%%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.ReSharper.Feature.Services.Cpp.Resources.Strings.ja-JP.resources
%%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.ReSharper.Feature.Services.Cpp.UnitTesting.Resources.Strings.ja-JP.resources
+%%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.ReSharper.Feature.Services.Cpp.VisualStudio.Backend.Resources.Strings.ja-JP.resources
%%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.ReSharper.Feature.Services.Cpp.VisualStudio.Resources.Strings14.ja-JP.resources
%%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.ReSharper.Feature.Services.ExternalSources.CSharp.Resources.Strings.ja-JP.resources
%%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.ReSharper.Feature.Services.ExternalSources.Resources.Strings.ja-JP.resources
@@ -3866,6 +4008,7 @@ share/applications/clion.desktop
%%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.ReSharper.Feature.Services.Cpp.DkmDebugger.Resources.Strings.ko-KR.resources
%%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.ReSharper.Feature.Services.Cpp.Resources.Strings.ko-KR.resources
%%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.ReSharper.Feature.Services.Cpp.UnitTesting.Resources.Strings.ko-KR.resources
+%%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.ReSharper.Feature.Services.Cpp.VisualStudio.Backend.Resources.Strings.ko-KR.resources
%%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.ReSharper.Feature.Services.Cpp.VisualStudio.Resources.Strings14.ko-KR.resources
%%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.ReSharper.Feature.Services.ExternalSources.CSharp.Resources.Strings.ko-KR.resources
%%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.ReSharper.Feature.Services.ExternalSources.Resources.Strings.ko-KR.resources
@@ -4127,6 +4270,7 @@ share/applications/clion.desktop
%%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.ReSharper.Feature.Services.Cpp.DkmDebugger.Resources.Strings.zh-CN.resources
%%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.ReSharper.Feature.Services.Cpp.Resources.Strings.zh-CN.resources
%%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.ReSharper.Feature.Services.Cpp.UnitTesting.Resources.Strings.zh-CN.resources
+%%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.ReSharper.Feature.Services.Cpp.VisualStudio.Backend.Resources.Strings.zh-CN.resources
%%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.ReSharper.Feature.Services.Cpp.VisualStudio.Resources.Strings14.zh-CN.resources
%%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.ReSharper.Feature.Services.ExternalSources.CSharp.Resources.Strings.zh-CN.resources
%%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.ReSharper.Feature.Services.ExternalSources.Resources.Strings.zh-CN.resources
@@ -4287,16 +4431,74 @@ share/applications/clion.desktop
%%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/RiderPlugin.UnrealLink.Resources.Strings.zh-CN.resources
%%DATADIR%%/plugins/localization-zh/lib/localization-zh.jar
%%DATADIR%%/plugins/makefile/lib/makefile.jar
+%%DATADIR%%/plugins/makefile/lib/modules/intellij.makefile.terminal.jar
%%DATADIR%%/plugins/markdown/lib/markdown.jar
%%DATADIR%%/plugins/markdown/lib/modules/intellij.markdown.backend.jar
%%DATADIR%%/plugins/markdown/lib/modules/intellij.markdown.frontend.jar
%%DATADIR%%/plugins/mcpserver/lib/io.github.smiley4.schema.kenerator.core.jar
%%DATADIR%%/plugins/mcpserver/lib/io.github.smiley4.schema.kenerator.jsonschema.jar
%%DATADIR%%/plugins/mcpserver/lib/io.github.smiley4.schema.kenerator.serialization.jar
-%%DATADIR%%/plugins/mcpserver/lib/io.ktor.utils.jar
-%%DATADIR%%/plugins/mcpserver/lib/ktor-server-cio.jar
+%%DATADIR%%/plugins/mcpserver/lib/ktor-server-cio-internal.jar
%%DATADIR%%/plugins/mcpserver/lib/mcpserver-frontend.jar
%%DATADIR%%/plugins/mcpserver/lib/mcpserver.jar
+%%DATADIR%%/plugins/nativeDebug-plugin/bin/gdb/renderers/default/LICENSE
+%%DATADIR%%/plugins/nativeDebug-plugin/bin/gdb/renderers/default/__init__.py
+%%DATADIR%%/plugins/nativeDebug-plugin/bin/gdb/renderers/default/commands.py
+%%DATADIR%%/plugins/nativeDebug-plugin/bin/gdb/renderers/default/gdb_group_value.py
+%%DATADIR%%/plugins/nativeDebug-plugin/bin/gdb/renderers/default/gdb_qt.py
+%%DATADIR%%/plugins/nativeDebug-plugin/bin/gdb/renderers/default/gdb_qt_init.py
+%%DATADIR%%/plugins/nativeDebug-plugin/bin/gdb/renderers/default/libstdcxx_printers.py
+%%DATADIR%%/plugins/nativeDebug-plugin/bin/gdb/renderers/default/printers.py
+%%DATADIR%%/plugins/nativeDebug-plugin/bin/gdb/renderers/libstdcxx/__init__.py
+%%DATADIR%%/plugins/nativeDebug-plugin/bin/gdb/renderers/libstdcxx/v6/__init__.py
+%%DATADIR%%/plugins/nativeDebug-plugin/bin/gdb/renderers/libstdcxx/v6/printers.py
+%%DATADIR%%/plugins/nativeDebug-plugin/bin/gdb/renderers/libstdcxx/v6/xmethods.py
+%%DATADIR%%/plugins/nativeDebug-plugin/bin/helpers/jb_debugger_logging.py
+%%DATADIR%%/plugins/nativeDebug-plugin/bin/helpers/jb_declarative_formatters/LICENSE
+%%DATADIR%%/plugins/nativeDebug-plugin/bin/helpers/jb_declarative_formatters/__init__.py
+%%DATADIR%%/plugins/nativeDebug-plugin/bin/helpers/jb_declarative_formatters/parsers/__init__.py
+%%DATADIR%%/plugins/nativeDebug-plugin/bin/helpers/jb_declarative_formatters/parsers/args_parser.py
+%%DATADIR%%/plugins/nativeDebug-plugin/bin/helpers/jb_declarative_formatters/parsers/context_operator_parser.py
+%%DATADIR%%/plugins/nativeDebug-plugin/bin/helpers/jb_declarative_formatters/parsers/cpp_parser.py
+%%DATADIR%%/plugins/nativeDebug-plugin/bin/helpers/jb_declarative_formatters/parsers/natvis/__init__.py
+%%DATADIR%%/plugins/nativeDebug-plugin/bin/helpers/jb_declarative_formatters/parsers/natvis/natvis_parser.py
+%%DATADIR%%/plugins/nativeDebug-plugin/bin/helpers/jb_declarative_formatters/parsers/type_name_parser.py
+%%DATADIR%%/plugins/nativeDebug-plugin/bin/helpers/jb_declarative_formatters/type_name_template.py
+%%DATADIR%%/plugins/nativeDebug-plugin/bin/helpers/jb_declarative_formatters/type_viz.py
+%%DATADIR%%/plugins/nativeDebug-plugin/bin/helpers/jb_declarative_formatters/type_viz_expression.py
+%%DATADIR%%/plugins/nativeDebug-plugin/bin/helpers/jb_declarative_formatters/type_viz_generated_method.py
+%%DATADIR%%/plugins/nativeDebug-plugin/bin/helpers/jb_declarative_formatters/type_viz_intrinsic.py
+%%DATADIR%%/plugins/nativeDebug-plugin/bin/helpers/jb_declarative_formatters/type_viz_item_nodes.py
+%%DATADIR%%/plugins/nativeDebug-plugin/bin/helpers/jb_declarative_formatters/type_viz_item_providers.py
+%%DATADIR%%/plugins/nativeDebug-plugin/bin/helpers/jb_declarative_formatters/type_viz_mixins.py
+%%DATADIR%%/plugins/nativeDebug-plugin/bin/helpers/jb_declarative_formatters/type_viz_storage.py
+%%DATADIR%%/plugins/nativeDebug-plugin/bin/helpers/jb_declarative_formatters/type_viz_summary.py
+%%DATADIR%%/plugins/nativeDebug-plugin/bin/helpers/jb_declarative_formatters/type_viz_top_level_methods.py
+%%DATADIR%%/plugins/nativeDebug-plugin/bin/helpers/jb_declarative_formatters/type_viz_type_traits.py
+%%DATADIR%%/plugins/nativeDebug-plugin/bin/qt/.pylintrc
+%%DATADIR%%/plugins/nativeDebug-plugin/bin/qt/LICENSE.GPL3-EXCEPT
+%%DATADIR%%/plugins/nativeDebug-plugin/bin/qt/LICENSE.MIT
+%%DATADIR%%/plugins/nativeDebug-plugin/bin/qt/README.txt
+%%DATADIR%%/plugins/nativeDebug-plugin/bin/qt/android_stdtypes.py
+%%DATADIR%%/plugins/nativeDebug-plugin/bin/qt/boosttypes.py
+%%DATADIR%%/plugins/nativeDebug-plugin/bin/qt/cdbbridge.py
+%%DATADIR%%/plugins/nativeDebug-plugin/bin/qt/cdbext.pyi
+%%DATADIR%%/plugins/nativeDebug-plugin/bin/qt/creatortypes.py
+%%DATADIR%%/plugins/nativeDebug-plugin/bin/qt/dumper.py
+%%DATADIR%%/plugins/nativeDebug-plugin/bin/qt/gdbbridge.py
+%%DATADIR%%/plugins/nativeDebug-plugin/bin/qt/gdbtracepoint.py
+%%DATADIR%%/plugins/nativeDebug-plugin/bin/qt/libcpp_stdtypes.py
+%%DATADIR%%/plugins/nativeDebug-plugin/bin/qt/lldbbridge.py
+%%DATADIR%%/plugins/nativeDebug-plugin/bin/qt/loadorder.txt
+%%DATADIR%%/plugins/nativeDebug-plugin/bin/qt/misctypes.py
+%%DATADIR%%/plugins/nativeDebug-plugin/bin/qt/opencvtypes.py
+%%DATADIR%%/plugins/nativeDebug-plugin/bin/qt/pdbbridge.py
+%%DATADIR%%/plugins/nativeDebug-plugin/bin/qt/personaltypes.py
+%%DATADIR%%/plugins/nativeDebug-plugin/bin/qt/qttypes.py
+%%DATADIR%%/plugins/nativeDebug-plugin/bin/qt/setup.cfg
+%%DATADIR%%/plugins/nativeDebug-plugin/bin/qt/stdtypes.py
+%%DATADIR%%/plugins/nativeDebug-plugin/bin/qt/utils.py
+%%DATADIR%%/plugins/nativeDebug-plugin/bin/qt/visualize.py
%%DATADIR%%/plugins/nativeDebug-plugin/lib/antlr4-runtime.jar
%%DATADIR%%/plugins/nativeDebug-plugin/lib/nativeDebug-plugin-frontend.jar
%%DATADIR%%/plugins/nativeDebug-plugin/lib/nativeDebug-plugin.jar
@@ -4393,15 +4595,9 @@ share/applications/clion.desktop
%%DATADIR%%/plugins/platform-ijent-impl/ijent-aarch64-unknown-linux-musl-release
%%DATADIR%%/plugins/platform-ijent-impl/ijent-x86_64-unknown-linux-musl-release
%%DATADIR%%/plugins/platform-ijent-impl/lib/google.protobuf.kotlin.jar
-%%DATADIR%%/plugins/platform-ijent-impl/lib/grpc-core.jar
-%%DATADIR%%/plugins/platform-ijent-impl/lib/grpc-kotlin-stub.jar
-%%DATADIR%%/plugins/platform-ijent-impl/lib/grpc-netty-shaded.jar
-%%DATADIR%%/plugins/platform-ijent-impl/lib/grpc-protobuf.jar
-%%DATADIR%%/plugins/platform-ijent-impl/lib/grpc-stub.jar
%%DATADIR%%/plugins/platform-ijent-impl/lib/platform-ijent-impl.jar
+%%DATADIR%%/plugins/platform-images/lib/modules/intellij.platform.images.xdebugger.jar
%%DATADIR%%/plugins/platform-images/lib/platform-images.jar
-%%DATADIR%%/plugins/platform-langInjection/lib/java-langInjection-jps.jar
-%%DATADIR%%/plugins/platform-langInjection/lib/platform-langInjection.jar
%%DATADIR%%/plugins/plugin-classpath.txt
%%DATADIR%%/plugins/postcss/lib/postcss.jar
%%DATADIR%%/plugins/prettierJS/lib/prettierJS.jar
@@ -5354,6 +5550,330 @@ share/applications/clion.desktop
%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/tomlconfig.py
%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/version.py
%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/xmlreport.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/ThirdPartyNotices.txt
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/__init__.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/__main__.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/__init__.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/_pydevd_packaging.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/_util.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/force_pydevd.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/.gitrepo
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/.pydevproject
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/.settings/org.eclipse.core.resources.prefs
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/.settings/org.python.pydev.yaml
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/LICENSE-EPL
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/MANIFEST.in
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/README.md
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/__init__.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydev_bundle/__init__.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydev_bundle/_pydev_calltip_util.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydev_bundle/_pydev_completer.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydev_bundle/_pydev_execfile.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydev_bundle/_pydev_filesystem_encoding.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydev_bundle/_pydev_getopt.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydev_bundle/_pydev_imports_tipper.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydev_bundle/_pydev_jy_imports_tipper.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydev_bundle/_pydev_log.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydev_bundle/_pydev_saved_modules.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydev_bundle/_pydev_sys_patch.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydev_bundle/_pydev_tipper_common.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydev_bundle/fsnotify/__init__.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydev_bundle/pydev_console_utils.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydev_bundle/pydev_import_hook.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydev_bundle/pydev_imports.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydev_bundle/pydev_ipython_console.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydev_bundle/pydev_ipython_console_011.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydev_bundle/pydev_is_thread_alive.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydev_bundle/pydev_localhost.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydev_bundle/pydev_log.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydev_bundle/pydev_monkey.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydev_bundle/pydev_monkey_qt.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydev_bundle/pydev_override.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydev_bundle/pydev_umd.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydev_bundle/pydev_versioncheck.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydev_runfiles/__init__.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydev_runfiles/pydev_runfiles.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydev_runfiles/pydev_runfiles_coverage.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydev_runfiles/pydev_runfiles_nose.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydev_runfiles/pydev_runfiles_parallel.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydev_runfiles/pydev_runfiles_parallel_client.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydev_runfiles/pydev_runfiles_pytest2.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydev_runfiles/pydev_runfiles_unittest.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydev_runfiles/pydev_runfiles_xml_rpc.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/__init__.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/_debug_adapter/__init__.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/_debug_adapter/__main__pydevd_gen_debug_adapter_protocol.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/_debug_adapter/debugProtocol.json
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/_debug_adapter/debugProtocolCustom.json
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/_debug_adapter/debugProtocolCustomPyCharm.json
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/_debug_adapter/pydevd_base_schema.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/_debug_adapter/pydevd_schema.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/_debug_adapter/pydevd_schema_log.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/custom/__init__.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/custom/pydevd_asyncio_provider.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/custom/pydevd_constants.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/custom/pydevd_custom_frames.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/custom/pydevd_repr_utils.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/custom/pydevd_tables.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/custom/pydevd_user_type_renderers_utils.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/custom/pydevd_utils.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/custom/pydevd_vars.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/custom/tables/__init__.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/custom/tables/images/__init__.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/custom/tables/images/pydevd_image_loader.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/custom/tables/images/pydevd_matplotlib_image.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/custom/tables/images/pydevd_numpy_based_image.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/custom/tables/images/pydevd_numpy_image.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/custom/tables/images/pydevd_pillow_image.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/custom/tables/pydevd_dataset.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/custom/tables/pydevd_numpy.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/custom/tables/pydevd_numpy_based.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/custom/tables/pydevd_pandas.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/custom/tables/pydevd_polars.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/pydevconsole_code.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_additional_thread_info.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_additional_thread_info_regular.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_api.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_breakpoints.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_bytecode_utils.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_bytecode_utils_py%%PYTHON_SUFFIX%%.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_code_to_source.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_collect_bytecode_info.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_comm.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_comm_constants.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_command_line_handling.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_concurrency_analyser/__init__.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_concurrency_analyser/pydevd_concurrency_logger.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_concurrency_analyser/pydevd_thread_wrappers.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_console.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_constants.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_custom_frames.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_cython.c
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_cython.pxd
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_cython.pyx
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_cython_wrapper.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_daemon_thread.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_defaults.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_dont_trace.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_dont_trace_files.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_exec2.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_extension_api.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_extension_utils.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_filtering.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_frame.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_frame_utils.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_gevent_integration.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_import_class.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_io.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_json_debug_options.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_net_command.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_net_command_factory_json.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_net_command_factory_xml.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_plugin_utils.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_process_net_command.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_process_net_command_json.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_referrers.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_reload.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_resolver.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_runpy.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_safe_repr.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_save_locals.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_signature.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_source_mapping.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_stackless.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_suspended_frames.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_thread_lifecycle.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_timeout.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_trace_dispatch.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_trace_dispatch_regular.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_traceproperty.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_utils.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_vars.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_vm_type.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_xml.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_frame_eval/.gitignore
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_frame_eval/__init__.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_frame_eval/pydevd_frame_eval_cython_wrapper.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_frame_eval/pydevd_frame_eval_main.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_frame_eval/pydevd_frame_evaluator.c
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_frame_eval/pydevd_frame_evaluator.pxd
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_frame_eval/pydevd_frame_evaluator.template.pyx
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_frame_eval/pydevd_frame_tracing.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_frame_eval/pydevd_modify_bytecode.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_frame_eval/release_mem.h
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/README.txt
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/__init__.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode/__init__.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode/bytecode.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode/cfg.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode/concrete.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode/flags.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode/instr.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode/peephole_opt.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/pydevd_fix_code.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_sys_monitoring/_pydevd_sys_monitoring.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_sys_monitoring/_pydevd_sys_monitoring_cython.c
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_sys_monitoring/_pydevd_sys_monitoring_cython.pxd
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_sys_monitoring/_pydevd_sys_monitoring_cython.pyx
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_sys_monitoring/pydevd_sys_monitoring.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/build_tools/build.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/build_tools/build_binaries_osx.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/build_tools/build_binaries_windows.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/build_tools/check_no_git_modifications.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/build_tools/generate_code.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/build_tools/names_to_rename.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/build_tools/pydevd_release_process.txt
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/build_tools/rename_pep8.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/gradle/wrapper/gradle-wrapper.jar
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/gradle/wrapper/gradle-wrapper.properties
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/gradlew
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/gradlew.bat
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/interpreterInfo.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/jython_test_deps/ant.jar
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/jython_test_deps/junit.jar
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pycompletionserver.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydev_app_engine_debug_startup.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydev_coverage.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydev_ipython/README
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydev_ipython/__init__.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydev_ipython/inputhook.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydev_ipython/inputhookglut.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydev_ipython/inputhookgtk.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydev_ipython/inputhookgtk3.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydev_ipython/inputhookpyglet.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydev_ipython/inputhookqt4.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydev_ipython/inputhookqt5.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydev_ipython/inputhookqt6.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydev_ipython/inputhooktk.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydev_ipython/inputhookwx.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydev_ipython/matplotlibtools.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydev_ipython/qt.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydev_ipython/qt_for_kernel.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydev_ipython/qt_loaders.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydev_ipython/version.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydev_pysrc.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydev_run_in_console.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydev_sitecustomize/__not_in_default_pythonpath.txt
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydev_sitecustomize/sitecustomize.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevconsole.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/README.txt
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/_always_live_program.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/_check.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/_test_attach_to_process.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/_test_attach_to_process_linux.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/add_code_to_python_process.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/attach_pydevd.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/attach_script.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/common/py_custom_pyeval_settrace.hpp
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/common/py_custom_pyeval_settrace_310.hpp
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/common/py_custom_pyeval_settrace_%%PYTHON_SUFFIX%%.hpp
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/common/py_custom_pyeval_settrace_common.hpp
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/common/py_settrace.hpp
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/common/py_utils.hpp
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/common/py_version.hpp
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/common/python.h
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/common/ref_utils.hpp
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/linux_and_mac/.gitignore
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/linux_and_mac/attach.cpp
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/linux_and_mac/compile_manylinux.cmd
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/linux_and_mac/lldb_prepare.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/__init__.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/breakpoint.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/compat.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/crash.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/debug.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/disasm.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/event.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/interactive.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/module.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/process.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/registry.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/search.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/sql.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/system.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/textio.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/thread.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/util.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32/__init__.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32/advapi32.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32/context_%%ARCH%%.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32/context_i386.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32/dbghelp.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32/defines.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32/gdi32.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32/kernel32.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32/ntdll.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32/peb_teb.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32/psapi.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32/shell32.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32/shlwapi.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32/user32.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32/version.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32/wtsapi32.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/window.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/windows/attach.cpp
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/windows/attach.h
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/windows/compile_windows.bat
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/windows/inject_dll.cpp
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/windows/py_win_helpers.hpp
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/windows/run_code_in_memory.hpp
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/windows/run_code_on_dllmain.cpp
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/windows/stdafx.cpp
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/windows/stdafx.h
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/windows/targetver.h
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_file_utils.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_plugins/__init__.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_plugins/django_debug.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_plugins/extensions/README.md
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_plugins/extensions/__init__.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_plugins/extensions/types/__init__.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_plugins/extensions/types/pydevd_helpers.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_plugins/extensions/types/pydevd_plugin_numpy_types.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_plugins/extensions/types/pydevd_plugin_pandas_types.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_plugins/extensions/types/pydevd_plugin_repr_lib.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_plugins/extensions/types/pydevd_plugins_django_form_str.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_plugins/jinja2_debug.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_plugins/pydevd_line_validation.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_tracing.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pyproject.toml
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pytest.ini
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/runfiles.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/setup_pydevd_cython.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/stubs/_django_manager_body.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/third_party/cython_json.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/third_party/pep8/autopep8.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/third_party/pep8/pycodestyle.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/third_party/tests_cython_json.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/_version.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/adapter/__init__.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/adapter/__main__.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/adapter/clients.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/adapter/components.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/adapter/launchers.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/adapter/servers.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/adapter/sessions.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/common/__init__.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/common/json.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/common/log.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/common/messaging.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/common/singleton.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/common/sockets.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/common/stacks.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/common/timestamp.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/common/util.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/debugpy/_vendored/pydevd/_pydevd_frame_eval/pydevd_frame_evaluator.pyx
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/launcher/__init__.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/launcher/__main__.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/launcher/debuggee.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/launcher/handlers.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/launcher/output.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/launcher/winapi.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/public_api.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/server/__init__.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/server/api.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/server/attach_pid_injected.py
+%%DATADIR%%/plugins/python-ce/helpers/debugpy/server/cli.py
%%DATADIR%%/plugins/python-ce/helpers/docstring_formatter.py
%%DATADIR%%/plugins/python-ce/helpers/epydoc/__init__.py
%%DATADIR%%/plugins/python-ce/helpers/epydoc/apidoc.py
@@ -5882,6 +6402,7 @@ share/applications/clion.desktop
%%DATADIR%%/plugins/python-ce/helpers/pycharm/teamcity/jb_local_exc_store.py
%%DATADIR%%/plugins/python-ce/helpers/pycharm/teamcity/messages.py
%%DATADIR%%/plugins/python-ce/helpers/pycharm/teamcity/nose_report.py
+%%DATADIR%%/plugins/python-ce/helpers/pycharm/teamcity/output.py
%%DATADIR%%/plugins/python-ce/helpers/pycharm/teamcity/pylint_reporter.py
%%DATADIR%%/plugins/python-ce/helpers/pycharm/teamcity/pytest_plugin.py
%%DATADIR%%/plugins/python-ce/helpers/pycharm/teamcity/unittestpy.py
@@ -5981,19 +6502,19 @@ share/applications/clion.desktop
%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_27_32.pyd
%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_27_64.pyd
%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_310_32.cp310-win32.pyd
-%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_310_64.cp310-win_amd64.pyd
-%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_311_32.cp311-win32.pyd
-%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_311_64.cp311-win_amd64.pyd
+%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_310_64.cp310-win_%%ARCH%%.pyd
+%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_%%PYTHON_SUFFIX%%_32.cp%%PYTHON_SUFFIX%%-win32.pyd
+%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_%%PYTHON_SUFFIX%%_64.cp%%PYTHON_SUFFIX%%-win_%%ARCH%%.pyd
%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_312_32.cp312-win32.pyd
-%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_312_64.cp312-win_amd64.pyd
+%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_312_64.cp312-win_%%ARCH%%.pyd
%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_36_32.cp36-win32.pyd
-%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_36_64.cp36-win_amd64.pyd
+%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_36_64.cp36-win_%%ARCH%%.pyd
%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_37_32.cp37-win32.pyd
-%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_37_64.cp37-win_amd64.pyd
+%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_37_64.cp37-win_%%ARCH%%.pyd
%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_38_32.cp38-win32.pyd
-%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_38_64.cp38-win_amd64.pyd
+%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_38_64.cp38-win_%%ARCH%%.pyd
%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_39_32.cp39-win32.pyd
-%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_39_64.cp39-win_amd64.pyd
+%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_39_64.cp39-win_%%ARCH%%.pyd
%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_wrapper.py
%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_daemon_thread.py
%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_dont_trace.py
@@ -6008,11 +6529,10 @@ share/applications/clion.desktop
%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_import_class.py
%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_io.py
%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_ipython_console_output.py
-%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_kill_all_pydevd_threads.py
%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_pep_669_tracing.py
%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_pep_669_tracing_cython.c
%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_pep_669_tracing_cython.cp312-win32.pyd
-%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_pep_669_tracing_cython.cp312-win_amd64.pyd
+%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_pep_669_tracing_cython.cp312-win_%%ARCH%%.pyd
%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_pep_669_tracing_cython.pyx
%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_pep_669_tracing_wrapper.py
%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_plugin_utils.py
@@ -6063,15 +6583,15 @@ share/applications/clion.desktop
%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_39_310.pxd
%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_39_310.pyx
%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_win32_310_32.cp310-win32.pyd
-%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_win32_310_64.cp310-win_amd64.pyd
+%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_win32_310_64.cp310-win_%%ARCH%%.pyd
%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_win32_36_32.cp36-win32.pyd
-%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_win32_36_64.cp36-win_amd64.pyd
+%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_win32_36_64.cp36-win_%%ARCH%%.pyd
%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_win32_37_32.cp37-win32.pyd
-%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_win32_37_64.cp37-win_amd64.pyd
+%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_win32_37_64.cp37-win_%%ARCH%%.pyd
%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_win32_38_32.cp38-win32.pyd
-%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_win32_38_64.cp38-win_amd64.pyd
+%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_win32_38_64.cp38-win_%%ARCH%%.pyd
%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_win32_39_32.cp39-win32.pyd
-%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_win32_39_64.cp39-win_amd64.pyd
+%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_win32_39_64.cp39-win_%%ARCH%%.pyd
%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_tracing.py
%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_modify_bytecode.py
%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/release_mem.h
@@ -6089,7 +6609,7 @@ share/applications/clion.desktop
%%DATADIR%%/plugins/python-ce/helpers/pydev/build_tools/rename_pep8.py
%%DATADIR%%/plugins/python-ce/helpers/pydev/ci-requirements/ci-requirements-27.txt
%%DATADIR%%/plugins/python-ce/helpers/pydev/ci-requirements/ci-requirements-310.txt
-%%DATADIR%%/plugins/python-ce/helpers/pydev/ci-requirements/ci-requirements-311.txt
+%%DATADIR%%/plugins/python-ce/helpers/pydev/ci-requirements/ci-requirements-%%PYTHON_SUFFIX%%.txt
%%DATADIR%%/plugins/python-ce/helpers/pydev/ci-requirements/ci-requirements-312.txt
%%DATADIR%%/plugins/python-ce/helpers/pydev/ci-requirements/ci-requirements-313.txt
%%DATADIR%%/plugins/python-ce/helpers/pydev/ci-requirements/ci-requirements-314.txt
@@ -6138,7 +6658,7 @@ share/applications/clion.desktop
%%DATADIR%%/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/attach_script.py
%%DATADIR%%/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/common/py_custom_pyeval_settrace.hpp
%%DATADIR%%/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/common/py_custom_pyeval_settrace_310.hpp
-%%DATADIR%%/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/common/py_custom_pyeval_settrace_311.hpp
+%%DATADIR%%/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/common/py_custom_pyeval_settrace_%%PYTHON_SUFFIX%%.hpp
%%DATADIR%%/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/common/py_custom_pyeval_settrace_common.hpp
%%DATADIR%%/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/common/py_settrace.hpp
%%DATADIR%%/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/common/py_utils.hpp
@@ -6173,7 +6693,7 @@ share/applications/clion.desktop
%%DATADIR%%/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/winappdbg/util.py
%%DATADIR%%/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/winappdbg/win32/__init__.py
%%DATADIR%%/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/winappdbg/win32/advapi32.py
-%%DATADIR%%/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/winappdbg/win32/context_amd64.py
+%%DATADIR%%/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/winappdbg/win32/context_%%ARCH%%.py
%%DATADIR%%/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/winappdbg/win32/context_i386.py
%%DATADIR%%/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/winappdbg/win32/dbghelp.py
%%DATADIR%%/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/winappdbg/win32/defines.py
@@ -6222,7 +6742,7 @@ share/applications/clion.desktop
%%DATADIR%%/plugins/python-ce/helpers/pydev/stubs/pycompletion.py
%%DATADIR%%/plugins/python-ce/helpers/pydev/test-requirements/test-requirements-27.txt
%%DATADIR%%/plugins/python-ce/helpers/pydev/test-requirements/test-requirements-310.txt
-%%DATADIR%%/plugins/python-ce/helpers/pydev/test-requirements/test-requirements-311.txt
+%%DATADIR%%/plugins/python-ce/helpers/pydev/test-requirements/test-requirements-%%PYTHON_SUFFIX%%.txt
%%DATADIR%%/plugins/python-ce/helpers/pydev/test-requirements/test-requirements-312.txt
%%DATADIR%%/plugins/python-ce/helpers/pydev/test-requirements/test-requirements-313.txt
%%DATADIR%%/plugins/python-ce/helpers/pydev/test-requirements/test-requirements-314.txt
@@ -6338,122 +6858,6 @@ share/applications/clion.desktop
%%DATADIR%%/plugins/python-ce/helpers/sphinxcontrib/napoleon/_version.py
%%DATADIR%%/plugins/python-ce/helpers/sphinxcontrib/napoleon/docstring.py
%%DATADIR%%/plugins/python-ce/helpers/syspath.py
-%%DATADIR%%/plugins/python-ce/helpers/testResources/.gitattributes
-%%DATADIR%%/plugins/python-ce/helpers/testResources/__main__.py
-%%DATADIR%%/plugins/python-ce/helpers/testResources/behave_examples/feature_with_rules/rule.feature
-%%DATADIR%%/plugins/python-ce/helpers/testResources/behave_examples/feature_with_rules/steps/example_steps.py
-%%DATADIR%%/plugins/python-ce/helpers/testResources/behave_examples/feature_with_rules/steps/person_steps.py
-%%DATADIR%%/plugins/python-ce/helpers/testResources/build.gradle.kts
-%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/google_fragments_math.html
-%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/google_fragments_math.json
-%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/google_fragments_math_out.json
-%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/google_fragments_only_multiline_return_section.html
-%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/google_fragments_only_multiline_return_section.json
-%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/google_fragments_only_multiline_return_section_out.json
-%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/google_fragments_simple.html
-%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/google_fragments_simple.json
-%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/google_fragments_simple_out.json
-%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/google_no_empty_line_between_text_and_attributes.html
-%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/google_no_empty_line_between_text_and_attributes.rest
-%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/google_no_empty_line_between_text_and_attributes.txt
-%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/google_no_empty_line_between_text_and_seealso.html
-%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/google_no_empty_line_between_text_and_seealso.rest
-%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/google_no_empty_line_between_text_and_seealso.txt
-%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/google_return_description_no_type.py
-%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/google_return_description_no_type.rest
-%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/google_sections.html
-%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/google_sections.rest
-%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/google_sections.txt
-%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/numpy_ZD846170.html
-%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/numpy_ZD846170.rest
-%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/numpy_ZD846170.txt
-%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/numpy_fragments_params.html
-%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/numpy_fragments_params.json
-%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/numpy_fragments_params_out.json
-%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/numpy_fragments_table.html
-%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/numpy_fragments_table.json
-%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/numpy_fragments_table_out.json
-%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/numpy_no_empty_line_between_text_and_param.html
-%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/numpy_no_empty_line_between_text_and_param.rest
-%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/numpy_no_empty_line_between_text_and_param.txt
-%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/numpy_no_summary.html
-%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/numpy_no_summary.rest
-%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/numpy_no_summary.txt
-%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/numpy_vararg.html
-%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/numpy_vararg.rest
-%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/numpy_vararg.txt
-%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/rest_bad_rtype_annotation.html
-%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/rest_bad_rtype_annotation.txt
-%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/rest_fragments_functional.json
-%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/rest_fragments_functional_out.json
-%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/rest_fragments_only_body.html
-%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/rest_fragments_only_body.json
-%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/rest_fragments_only_body_out.json
-%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/rest_fragments_unicode.html
-%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/rest_fragments_unicode.json
-%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/rest_fragments_unicode_out.json
-%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/rest_gimpfu_docstring.html
-%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/rest_gimpfu_docstring.txt
-%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/rest_no_empty_line_between_math_and_param.html
-%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/rest_no_empty_line_between_math_and_param.txt
-%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/rest_no_empty_line_between_text_and_param.html
-%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/rest_no_empty_line_between_text_and_param.txt
-%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/rest_returns_and_rtype_combined.html
-%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/rest_returns_and_rtype_combined.txt
-%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/rest_rtype_type_without_return_param.html
-%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/rest_rtype_type_without_return_param.txt
-%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/rest_simple.html
-%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/rest_simple.py
-%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/rest_type_in_backticks.html
-%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/rest_type_in_backticks.txt
-%%DATADIR%%/plugins/python-ce/helpers/testResources/data/remote_sync/basic_layout/root1/mod.py
-%%DATADIR%%/plugins/python-ce/helpers/testResources/data/remote_sync/basic_layout/root1/pkg/__init__.py
-%%DATADIR%%/plugins/python-ce/helpers/testResources/data/remote_sync/basic_layout/root1/pkg/mod1.py
-%%DATADIR%%/plugins/python-ce/helpers/testResources/data/remote_sync/basic_layout/root1/pkg/mod2.py
-%%DATADIR%%/plugins/python-ce/helpers/testResources/data/remote_sync/basic_layout/root2/mod.py
-%%DATADIR%%/plugins/python-ce/helpers/testResources/data/remote_sync/basic_layout/root3/mod.py
-%%DATADIR%%/plugins/python-ce/helpers/testResources/data/remote_sync/nested_roots/root/pkg/__init__.py
-%%DATADIR%%/plugins/python-ce/helpers/testResources/data/remote_sync/nested_roots/root/pkg/nested/mod.py
-%%DATADIR%%/plugins/python-ce/helpers/testResources/data/remote_sync/new_state_json_content/root/dir/mod.py
-%%DATADIR%%/plugins/python-ce/helpers/testResources/data/remote_sync/new_state_json_content/root/mod.py
-%%DATADIR%%/plugins/python-ce/helpers/testResources/data/remote_sync/non_dir_roots_ignored/root.egg
-%%DATADIR%%/plugins/python-ce/helpers/testResources/data/remote_sync/non_dir_roots_ignored/root/mod.py
-%%DATADIR%%/plugins/python-ce/helpers/testResources/data/remote_sync/non_existing_roots_ignored/root/mod.py
-%%DATADIR%%/plugins/python-ce/helpers/testResources/data/remote_sync/output_dir_cannot_be_inside_root/root/mod.py
-%%DATADIR%%/plugins/python-ce/helpers/testResources/data/remote_sync/output_dir_cannot_be_root/root/mod.py
-%%DATADIR%%/plugins/python-ce/helpers/testResources/data/remote_sync/project_root_excluded/project_root/__init__.py
-%%DATADIR%%/plugins/python-ce/helpers/testResources/data/remote_sync/project_root_excluded/root1/__init__.py
-%%DATADIR%%/plugins/python-ce/helpers/testResources/data/remote_sync/project_root_excluded/root2/__init__.py
-%%DATADIR%%/plugins/python-ce/helpers/testResources/data/remote_sync/roots_with_identical_name/dir/root/mod.py
-%%DATADIR%%/plugins/python-ce/helpers/testResources/data/remote_sync/roots_with_identical_name/root/mod.py
-%%DATADIR%%/plugins/python-ce/helpers/testResources/data/remote_sync/state_json_invalid_entries_removed/root/dir/mod.py
-%%DATADIR%%/plugins/python-ce/helpers/testResources/data/remote_sync/state_json_original_order_of_roots_preserved/a/mod.py
-%%DATADIR%%/plugins/python-ce/helpers/testResources/data/remote_sync/state_json_original_order_of_roots_preserved/b/mod.py
-%%DATADIR%%/plugins/python-ce/helpers/testResources/data/remote_sync/state_json_original_order_of_roots_preserved/c/mod.py
-%%DATADIR%%/plugins/python-ce/helpers/testResources/data/remote_sync/state_json_when_dir_added/root/dir/mod.py
-%%DATADIR%%/plugins/python-ce/helpers/testResources/data/remote_sync/state_json_when_dir_added/root/new/__init__.py
-%%DATADIR%%/plugins/python-ce/helpers/testResources/data/remote_sync/state_json_when_dir_removed/root/mod.py
-%%DATADIR%%/plugins/python-ce/helpers/testResources/data/remote_sync/state_json_when_file_added/root/dir/mod.py
-%%DATADIR%%/plugins/python-ce/helpers/testResources/data/remote_sync/state_json_when_file_added/root/new.py
-%%DATADIR%%/plugins/python-ce/helpers/testResources/data/remote_sync/state_json_when_file_changed/root/dir/mod.py
-%%DATADIR%%/plugins/python-ce/helpers/testResources/data/remote_sync/state_json_when_file_removed/root/dir/mod.py
-%%DATADIR%%/plugins/python-ce/helpers/testResources/data/remote_sync/state_json_when_nothing_changed/root/dir/mod.py
-%%DATADIR%%/plugins/python-ce/helpers/testResources/data/remote_sync/state_json_when_root_added/new/mod.py
-%%DATADIR%%/plugins/python-ce/helpers/testResources/data/remote_sync/state_json_when_root_added/root/dir/mod.py
-%%DATADIR%%/plugins/python-ce/helpers/testResources/data/remote_sync/state_json_when_root_removed/root/dir/mod.py
-%%DATADIR%%/plugins/python-ce/helpers/testResources/data/remote_sync/versioned_dot_so_libraries_ignored/root/lib.py
-%%DATADIR%%/plugins/python-ce/helpers/testResources/data/remote_sync/versioned_dot_so_libraries_ignored/root/lib.so.8
-%%DATADIR%%/plugins/python-ce/helpers/testResources/data/remote_sync/versioned_dot_so_libraries_ignored/root/lib.so.8.1
-%%DATADIR%%/plugins/python-ce/helpers/testResources/data/remote_sync/versioned_dot_so_libraries_ignored/root/lib.so.8.1.0
-%%DATADIR%%/plugins/python-ce/helpers/testResources/data/remote_sync/versioned_dot_so_libraries_ignored/root/lib.so.py
-%%DATADIR%%/plugins/python-ce/helpers/testResources/generator3_tests/__init__.py
-%%DATADIR%%/plugins/python-ce/helpers/testResources/generator3_tests/test_generation.py
-%%DATADIR%%/plugins/python-ce/helpers/testResources/generator3_tests/test_redeclarator.py
-%%DATADIR%%/plugins/python-ce/helpers/testResources/generator3_tests/test_utils.py
-%%DATADIR%%/plugins/python-ce/helpers/testResources/test_docstring_formatter.py
-%%DATADIR%%/plugins/python-ce/helpers/testResources/test_remote_sync.py
-%%DATADIR%%/plugins/python-ce/helpers/testResources/testing.py
-%%DATADIR%%/plugins/python-ce/helpers/testResources/tox.ini
%%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/README.md
%%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_ply/__init__.py
%%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_ply/cpp.py
@@ -6557,7 +6961,7 @@ share/applications/clion.desktop
%%DATADIR%%/plugins/python-ce/helpers/typeshed/.editorconfig
%%DATADIR%%/plugins/python-ce/helpers/typeshed/.flake8
%%DATADIR%%/plugins/python-ce/helpers/typeshed/.gitattributes
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/.github/renovate.json
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/.github/renovate.json5
%%DATADIR%%/plugins/python-ce/helpers/typeshed/.github/workflows/daily.yml
%%DATADIR%%/plugins/python-ce/helpers/typeshed/.github/workflows/meta_tests.yml
%%DATADIR%%/plugins/python-ce/helpers/typeshed/.github/workflows/mypy_primer.yml
@@ -6574,6 +6978,14 @@ share/applications/clion.desktop
%%DATADIR%%/plugins/python-ce/helpers/typeshed/LICENSE
%%DATADIR%%/plugins/python-ce/helpers/typeshed/MAINTAINERS.md
%%DATADIR%%/plugins/python-ce/helpers/typeshed/README.md
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/lib/pyproject.toml
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/lib/ts_utils/__init__.py
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/lib/ts_utils/metadata.py
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/lib/ts_utils/mypy.py
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/lib/ts_utils/paths.py
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/lib/ts_utils/py.typed
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/lib/ts_utils/requirements.py
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/lib/ts_utils/utils.py
%%DATADIR%%/plugins/python-ce/helpers/typeshed/pyproject.toml
%%DATADIR%%/plugins/python-ce/helpers/typeshed/pyrightconfig.json
%%DATADIR%%/plugins/python-ce/helpers/typeshed/pyrightconfig.scripts_and_tests.json
@@ -6581,7 +6993,12 @@ share/applications/clion.desktop
%%DATADIR%%/plugins/python-ce/helpers/typeshed/pyrightconfig.testcases.json
%%DATADIR%%/plugins/python-ce/helpers/typeshed/requirements-tests.txt
%%DATADIR%%/plugins/python-ce/helpers/typeshed/scripts/create_baseline_stubs.py
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/scripts/install_all_third_party_dependencies.py
%%DATADIR%%/plugins/python-ce/helpers/typeshed/scripts/stubsabot.py
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/scripts/sync_protobuf/_utils.py
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/scripts/sync_protobuf/google_protobuf.py
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/scripts/sync_protobuf/s2clientprotocol.py
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/scripts/sync_protobuf/tensorflow.py
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/BaseHTTPServer.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/CGIHTTPServer.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/ConfigParser.pyi
@@ -6964,51 +7381,52 @@ share/applications/clion.desktop
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/zlib.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/stubtest_allowlists/common.txt
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/stubtest_allowlists/darwin-py310.txt
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/stubtest_allowlists/darwin-py311.txt
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/stubtest_allowlists/darwin-py%%PYTHON_SUFFIX%%.txt
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/stubtest_allowlists/darwin-py312.txt
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/stubtest_allowlists/darwin-py313.txt
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/stubtest_allowlists/darwin-py38.txt
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/stubtest_allowlists/darwin-py314.txt
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/stubtest_allowlists/darwin-py39.txt
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/stubtest_allowlists/darwin.txt
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/stubtest_allowlists/linux-py310.txt
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/stubtest_allowlists/linux-py311.txt
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/stubtest_allowlists/linux-py%%PYTHON_SUFFIX%%.txt
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/stubtest_allowlists/linux-py312.txt
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/stubtest_allowlists/linux-py313.txt
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/stubtest_allowlists/linux-py38.txt
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/stubtest_allowlists/linux-py39.txt
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/stubtest_allowlists/linux.txt
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/stubtest_allowlists/py310.txt
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/stubtest_allowlists/py311.txt
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/stubtest_allowlists/py%%PYTHON_SUFFIX%%.txt
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/stubtest_allowlists/py312.txt
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/stubtest_allowlists/py313.txt
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/stubtest_allowlists/py38.txt
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/stubtest_allowlists/py314.txt
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/stubtest_allowlists/py39.txt
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/stubtest_allowlists/win32-py310.txt
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/stubtest_allowlists/win32-py311.txt
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/stubtest_allowlists/win32-py%%PYTHON_SUFFIX%%.txt
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/stubtest_allowlists/win32-py312.txt
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/stubtest_allowlists/win32-py313.txt
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/stubtest_allowlists/win32-py38.txt
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/stubtest_allowlists/win32-py314.txt
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/stubtest_allowlists/win32-py39.txt
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/stubtest_allowlists/win32.txt
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/asyncio/check_coroutines.py
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/asyncio/check_gather.py
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/asyncio/check_task.py
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/asyncio/check_task_factory.py
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/builtins/check_dict-py39.py
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/builtins/check_dict.py
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/builtins/check_exception_group-py311.py
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/builtins/check_exception_group-py%%PYTHON_SUFFIX%%.py
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/builtins/check_iteration.py
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/builtins/check_list.py
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/builtins/check_memoryview.py
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/builtins/check_min.py
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/builtins/check_object.py
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/builtins/check_pow.py
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/builtins/check_reversed.py
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/builtins/check_round.py
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/builtins/check_slice.py
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/builtins/check_sum.py
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/builtins/check_tuple.py
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/builtins/check_zip.py
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/check_codecs.py
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/check_concurrent_futures.py
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/check_configparser.py
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/check_contextlib.py
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/check_copy.py
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/check_dataclasses.py
@@ -7016,10 +7434,13 @@ share/applications/clion.desktop
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/check_functools.py
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/check_importlib.py
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/check_importlib_metadata.py
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/check_importlib_resources.py
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/check_io.py
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/check_logging.py
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/check_multiprocessing.py
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/check_math.py
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/check_os_path.py
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/check_pathlib.py
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/check_platform.py
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/check_re.py
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/check_sqlite3.py
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/check_tarfile.py
@@ -7029,54 +7450,79 @@ share/applications/clion.desktop
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/check_types.py
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/check_unittest.py
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/check_xml.py
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/collections/check_defaultdict-py39.py
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/check_zipfile.py
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/collections/check_defaultdict.py
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/ctypes/check_CDLL.py
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/ctypes/check_pointer.py
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/email/check_message.py
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/email/check_mime.py
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/email/check_parser.py
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/itertools/check_itertools_recipes.py
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/multiprocessing/check_ctypes.py
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/multiprocessing/check_pipe_connections.py
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/typing/check_MutableMapping.py
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/typing/check_all.py
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/typing/check_regression_issue_9296.py
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/typing/check_typing_io.py
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/urllib/check_parse.py
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/VERSIONS
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/__future__.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/__main__.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_ast.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_asyncio.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_bisect.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_blake2.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_bootlocale.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_bz2.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_codecs.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_collections_abc.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_compat_pickle.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_compression.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_contextvars.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_csv.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_ctypes.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_curses.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_curses_panel.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_dbm.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_decimal.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_dummy_thread.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_dummy_threading.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_frozen_importlib.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_frozen_importlib_external.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_gdbm.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_hashlib.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_heapq.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_imp.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_interpchannels.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_interpqueues.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_interpreters.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_io.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_json.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_locale.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_lsprof.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_lzma.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_markupbase.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_msi.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_multibytecodec.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_operator.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_osx_support.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_pickle.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_posixsubprocess.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_py_abc.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_pydecimal.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_queue.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_random.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_sitebuiltins.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_socket.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_sqlite3.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_ssl.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_stat.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_struct.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_thread.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_threading_local.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_tkinter.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_tracemalloc.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_typeshed/README.md
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_typeshed/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_typeshed/_type_checker_internals.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_typeshed/dbapi.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_typeshed/importlib.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_typeshed/wsgi.pyi
@@ -7085,8 +7531,10 @@ share/applications/clion.desktop
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_weakref.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_weakrefset.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_winapi.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_zstd.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/abc.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/aifc.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/annotationlib.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/antigravity.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/argparse.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/array.pyi
@@ -7103,6 +7551,7 @@ share/applications/clion.desktop
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/asyncio/exceptions.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/asyncio/format_helpers.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/asyncio/futures.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/asyncio/graph.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/asyncio/locks.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/asyncio/log.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/asyncio/mixins.pyi
@@ -7119,6 +7568,7 @@ share/applications/clion.desktop
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/asyncio/tasks.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/asyncio/threads.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/asyncio/timeouts.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/asyncio/tools.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/asyncio/transports.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/asyncio/trsock.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/asyncio/unix_events.pyi
@@ -7148,11 +7598,24 @@ share/applications/clion.desktop
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/collections/abc.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/colorsys.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/compileall.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/compression/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/compression/_common/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/compression/_common/_streams.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/compression/bz2.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/compression/gzip.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/compression/lzma.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/compression/zlib.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/compression/zstd/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/compression/zstd/_zstdfile.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/concurrent/__init__.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/concurrent/futures/__init__.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/concurrent/futures/_base.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/concurrent/futures/interpreter.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/concurrent/futures/process.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/concurrent/futures/thread.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/concurrent/interpreters/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/concurrent/interpreters/_crossinterp.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/concurrent/interpreters/_queues.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/configparser.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/contextlib.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/contextvars.pyi
@@ -7162,6 +7625,10 @@ share/applications/clion.desktop
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/csv.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/ctypes/__init__.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/ctypes/_endian.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/ctypes/macholib/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/ctypes/macholib/dyld.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/ctypes/macholib/dylib.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/ctypes/macholib/framework.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/ctypes/util.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/ctypes/wintypes.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/curses/__init__.pyi
@@ -7180,6 +7647,7 @@ share/applications/clion.desktop
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/difflib.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/dis.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/distutils/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/distutils/_msvccompiler.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/distutils/archive_util.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/distutils/bcppcompiler.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/distutils/ccompiler.pyi
@@ -7229,7 +7697,6 @@ share/applications/clion.desktop
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/distutils/util.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/distutils/version.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/doctest.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/dummy_threading.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/email/__init__.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/email/_header_value_parser.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/email/_policybase.pyi
@@ -7258,8 +7725,127 @@ share/applications/clion.desktop
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/email/quoprimime.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/email/utils.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/aliases.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/ascii.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/base64_codec.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/big5.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/big5hkscs.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/bz2_codec.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/charmap.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/cp037.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/cp1006.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/cp1026.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/cp1125.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/cp1140.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/cp1250.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/cp1251.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/cp1252.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/cp1253.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/cp1254.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/cp1255.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/cp1256.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/cp1257.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/cp1258.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/cp273.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/cp424.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/cp437.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/cp500.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/cp720.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/cp737.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/cp775.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/cp850.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/cp852.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/cp855.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/cp856.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/cp857.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/cp858.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/cp860.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/cp861.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/cp862.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/cp863.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/cp864.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/cp865.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/cp866.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/cp869.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/cp874.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/cp875.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/cp932.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/cp949.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/cp950.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/euc_jis_2004.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/euc_jisx0213.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/euc_jp.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/euc_kr.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/gb18030.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/gb2312.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/gbk.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/hex_codec.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/hp_roman8.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/hz.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/idna.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/iso2022_jp.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/iso2022_jp_1.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/iso2022_jp_2.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/iso2022_jp_2004.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/iso2022_jp_3.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/iso2022_jp_ext.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/iso2022_kr.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/iso8859_1.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/iso8859_10.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/iso8859_11.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/iso8859_13.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/iso8859_14.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/iso8859_15.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/iso8859_16.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/iso8859_2.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/iso8859_3.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/iso8859_4.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/iso8859_5.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/iso8859_6.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/iso8859_7.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/iso8859_8.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/iso8859_9.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/johab.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/koi8_r.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/koi8_t.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/koi8_u.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/kz1048.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/latin_1.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/mac_arabic.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/mac_croatian.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/mac_cyrillic.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/mac_farsi.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/mac_greek.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/mac_iceland.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/mac_latin2.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/mac_roman.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/mac_romanian.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/mac_turkish.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/mbcs.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/oem.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/palmos.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/ptcp154.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/punycode.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/quopri_codec.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/raw_unicode_escape.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/rot_13.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/shift_jis.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/shift_jis_2004.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/shift_jisx0213.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/tis_620.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/undefined.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/unicode_escape.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/utf_16.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/utf_16_be.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/utf_16_le.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/utf_32.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/utf_32_be.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/utf_32_le.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/utf_7.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/utf_8.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/utf_8_sig.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/uu_codec.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/zlib_codec.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/ensurepip/__init__.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/enum.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/errno.pyi
@@ -7297,6 +7883,8 @@ share/applications/clion.desktop
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/imp.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/importlib/__init__.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/importlib/_abc.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/importlib/_bootstrap.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/importlib/_bootstrap_external.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/importlib/abc.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/importlib/machinery.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/importlib/metadata/__init__.pyi
@@ -7304,6 +7892,8 @@ share/applications/clion.desktop
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/importlib/metadata/diagnose.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/importlib/readers.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/importlib/resources/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/importlib/resources/_common.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/importlib/resources/_functional.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/importlib/resources/abc.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/importlib/resources/readers.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/importlib/resources/simple.pyi
@@ -7316,6 +7906,7 @@ share/applications/clion.desktop
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/json/__init__.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/json/decoder.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/json/encoder.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/json/scanner.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/json/tool.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/keyword.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/__init__.pyi
@@ -7436,11 +8027,13 @@ share/applications/clion.desktop
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/numbers.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/opcode.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/operator.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/optparse.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/os/__init__.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/os/path.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/ossaudiodev.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/parser.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/pathlib.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/pathlib/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/pathlib/types.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/pdb.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/pickle.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/pickletools.pyi
@@ -7490,6 +8083,7 @@ share/applications/clion.desktop
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/spwd.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/sqlite3/__init__.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/sqlite3/dbapi2.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/sqlite3/dump.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/sre_compile.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/sre_constants.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/sre_parse.pyi
@@ -7598,6 +8192,7 @@ share/applications/clion.desktop
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/xml/parsers/expat/model.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/xml/sax/__init__.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/xml/sax/_exceptions.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/xml/sax/expatreader.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/xml/sax/handler.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/xml/sax/saxutils.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/xml/sax/xmlreader.pyi
@@ -7606,10 +8201,173 @@ share/applications/clion.desktop
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/xmlrpc/server.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/zipapp.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/zipfile/__init__.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/zipfile/_path.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/zipfile/_path/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/zipfile/_path/glob.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/zipimport.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/zlib.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/zoneinfo/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/zoneinfo/_common.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/zoneinfo/_tzpath.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/@tests/stubtest_allowlist.txt
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/METADATA.toml
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/common/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/common/encoding.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/common/errors.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/common/security.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/common/urls.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/consts.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/deprecate.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/integrations/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/integrations/base_client/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/integrations/base_client/async_app.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/integrations/base_client/async_openid.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/integrations/base_client/errors.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/integrations/base_client/framework_integration.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/integrations/base_client/registry.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/integrations/base_client/sync_app.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/integrations/base_client/sync_openid.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/jose/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/jose/drafts/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/jose/drafts/_jwe_algorithms.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/jose/drafts/_jwe_enc_cryptodome.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/jose/drafts/_jwe_enc_cryptography.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/jose/errors.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/jose/jwk.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/jose/rfc7515/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/jose/rfc7515/jws.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/jose/rfc7515/models.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/jose/rfc7516/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/jose/rfc7516/jwe.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/jose/rfc7516/models.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/jose/rfc7517/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/jose/rfc7517/_cryptography_key.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/jose/rfc7517/asymmetric_key.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/jose/rfc7517/base_key.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/jose/rfc7517/jwk.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/jose/rfc7517/key_set.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/jose/rfc7518/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/jose/rfc7518/ec_key.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/jose/rfc7518/jwe_algs.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/jose/rfc7518/jwe_encs.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/jose/rfc7518/jwe_zips.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/jose/rfc7518/jws_algs.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/jose/rfc7518/oct_key.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/jose/rfc7518/rsa_key.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/jose/rfc7518/util.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/jose/rfc7519/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/jose/rfc7519/claims.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/jose/rfc7519/jwt.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/jose/rfc8037/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/jose/rfc8037/jws_eddsa.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/jose/rfc8037/okp_key.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/jose/util.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oauth1/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oauth1/client.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oauth1/errors.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oauth1/rfc5849/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oauth1/rfc5849/authorization_server.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oauth1/rfc5849/base_server.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oauth1/rfc5849/client_auth.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oauth1/rfc5849/errors.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oauth1/rfc5849/models.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oauth1/rfc5849/parameters.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oauth1/rfc5849/resource_protector.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oauth1/rfc5849/rsa.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oauth1/rfc5849/signature.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oauth1/rfc5849/util.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oauth1/rfc5849/wrapper.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oauth2/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oauth2/auth.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oauth2/base.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oauth2/client.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oauth2/rfc6749/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oauth2/rfc6749/authenticate_client.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oauth2/rfc6749/authorization_server.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oauth2/rfc6749/errors.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oauth2/rfc6749/grants/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oauth2/rfc6749/grants/authorization_code.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oauth2/rfc6749/grants/base.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oauth2/rfc6749/grants/client_credentials.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oauth2/rfc6749/grants/implicit.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oauth2/rfc6749/grants/refresh_token.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oauth2/rfc6749/grants/resource_owner_password_credentials.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oauth2/rfc6749/hooks.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oauth2/rfc6749/models.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oauth2/rfc6749/parameters.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oauth2/rfc6749/requests.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oauth2/rfc6749/resource_protector.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oauth2/rfc6749/token_endpoint.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oauth2/rfc6749/util.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oauth2/rfc6749/wrappers.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oauth2/rfc6750/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oauth2/rfc6750/errors.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oauth2/rfc6750/parameters.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oauth2/rfc6750/token.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oauth2/rfc6750/validator.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oauth2/rfc7009/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oauth2/rfc7009/parameters.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oauth2/rfc7009/revocation.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oauth2/rfc7521/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oauth2/rfc7521/client.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oauth2/rfc7523/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oauth2/rfc7523/assertion.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oauth2/rfc7523/auth.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oauth2/rfc7523/client.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oauth2/rfc7523/jwt_bearer.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oauth2/rfc7523/token.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oauth2/rfc7523/validator.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oauth2/rfc7591/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oauth2/rfc7591/claims.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oauth2/rfc7591/endpoint.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oauth2/rfc7591/errors.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oauth2/rfc7592/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oauth2/rfc7592/endpoint.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oauth2/rfc7636/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oauth2/rfc7636/challenge.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oauth2/rfc7662/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oauth2/rfc7662/introspection.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oauth2/rfc7662/models.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oauth2/rfc7662/token_validator.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oauth2/rfc8414/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oauth2/rfc8414/models.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oauth2/rfc8414/well_known.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oauth2/rfc8628/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oauth2/rfc8628/device_code.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oauth2/rfc8628/endpoint.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oauth2/rfc8628/errors.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oauth2/rfc8628/models.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oauth2/rfc8693/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oauth2/rfc9068/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oauth2/rfc9068/claims.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oauth2/rfc9068/introspection.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oauth2/rfc9068/revocation.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oauth2/rfc9068/token.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oauth2/rfc9068/token_validator.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oauth2/rfc9101/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oauth2/rfc9101/authorization_server.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oauth2/rfc9101/discovery.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oauth2/rfc9101/errors.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oauth2/rfc9101/registration.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oauth2/rfc9207/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oauth2/rfc9207/parameter.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oidc/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oidc/core/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oidc/core/claims.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oidc/core/errors.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oidc/core/grants/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oidc/core/grants/code.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oidc/core/grants/hybrid.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oidc/core/grants/implicit.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oidc/core/grants/util.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oidc/core/models.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oidc/core/userinfo.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oidc/core/util.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oidc/discovery/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oidc/discovery/models.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oidc/discovery/well_known.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oidc/registration/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oidc/registration/claims.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Deprecated/METADATA.toml
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Deprecated/deprecated/__init__.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Deprecated/deprecated/classic.pyi
@@ -7652,11 +8410,21 @@ share/applications/clion.desktop
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Flask-SocketIO/flask_socketio/__init__.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Flask-SocketIO/flask_socketio/namespace.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Flask-SocketIO/flask_socketio/test_client.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/JACK-Client/@tests/stubtest_allowlist.txt
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/JACK-Client/METADATA.toml
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/JACK-Client/jack/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Jetson.GPIO/@tests/stubtest_allowlist.txt
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Jetson.GPIO/Jetson/GPIO/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Jetson.GPIO/Jetson/GPIO/gpio.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Jetson.GPIO/Jetson/GPIO/gpio_cdev.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Jetson.GPIO/Jetson/GPIO/gpio_event.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Jetson.GPIO/Jetson/GPIO/gpio_pin_data.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Jetson.GPIO/Jetson/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Jetson.GPIO/METADATA.toml
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Markdown/@tests/stubtest_allowlist.txt
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Markdown/METADATA.toml
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/__main__.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/__meta__.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/blockparser.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/blockprocessors.pyi
@@ -7680,113 +8448,21 @@ share/applications/clion.desktop
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/extensions/tables.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/extensions/toc.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/extensions/wikilinks.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/htmlparser.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/inlinepatterns.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/postprocessors.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/preprocessors.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/serializers.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/test_tools.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/treeprocessors.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/util.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/@tests/stubtest_allowlist.txt
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/@tests/test_cases/check_tk_compat.py
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/METADATA.toml
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/BdfFontFile.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/BlpImagePlugin.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/BmpImagePlugin.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/BufrStubImagePlugin.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ContainerIO.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/CurImagePlugin.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/DcxImagePlugin.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/DdsImagePlugin.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/EpsImagePlugin.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ExifTags.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/FitsImagePlugin.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/FliImagePlugin.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/FontFile.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/FpxImagePlugin.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/FtexImagePlugin.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/GbrImagePlugin.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/GdImageFile.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/GifImagePlugin.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/GimpGradientFile.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/GimpPaletteFile.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/GribStubImagePlugin.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/Hdf5StubImagePlugin.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/IcnsImagePlugin.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/IcoImagePlugin.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ImImagePlugin.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/Image.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ImageChops.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ImageCms.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ImageColor.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ImageDraw.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ImageDraw2.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ImageEnhance.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ImageFile.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ImageFilter.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ImageFont.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ImageGrab.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ImageMath.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ImageMode.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ImageMorph.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ImageOps.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ImagePalette.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ImagePath.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ImageQt.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ImageSequence.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ImageShow.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ImageStat.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ImageTk.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ImageTransform.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ImageWin.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ImtImagePlugin.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/IptcImagePlugin.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/Jpeg2KImagePlugin.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/JpegImagePlugin.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/JpegPresets.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/McIdasImagePlugin.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/MicImagePlugin.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/MpegImagePlugin.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/MpoImagePlugin.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/MspImagePlugin.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/PSDraw.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/PaletteFile.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/PalmImagePlugin.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/PcdImagePlugin.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/PcfFontFile.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/PcxImagePlugin.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/PdfImagePlugin.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/PdfParser.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/PixarImagePlugin.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/PngImagePlugin.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/PpmImagePlugin.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/PsdImagePlugin.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/PyAccess.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/QoiImagePlugin.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/SgiImagePlugin.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/SpiderImagePlugin.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/SunImagePlugin.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/TarIO.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/TgaImagePlugin.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/TiffImagePlugin.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/TiffTags.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/WalImageFile.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/WebPImagePlugin.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/WmfImagePlugin.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/XVThumbImagePlugin.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/XbmImagePlugin.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/XpmImagePlugin.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/__init__.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/_binary.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/_imaging.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/_tkinter_finder.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/_version.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/features.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyAutoGUI/@tests/stubtest_allowlist.txt
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyAutoGUI/METADATA.toml
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyAutoGUI/pyautogui/__init__.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyMySQL/@tests/stubtest_allowlist.txt
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyMySQL/METADATA.toml
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyMySQL/pymysql/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyMySQL/pymysql/_auth.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyMySQL/pymysql/charset.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyMySQL/pymysql/connections.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyMySQL/pymysql/constants/CLIENT.pyi
@@ -7800,8 +8476,9 @@ share/applications/clion.desktop
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyMySQL/pymysql/converters.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyMySQL/pymysql/cursors.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyMySQL/pymysql/err.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyMySQL/pymysql/optionfile.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyMySQL/pymysql/protocol.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyMySQL/pymysql/times.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyMySQL/pymysql/util.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyScreeze/@tests/stubtest_allowlist.txt
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyScreeze/@tests/stubtest_allowlist_linux.txt
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyScreeze/METADATA.toml
@@ -8094,9 +8771,13 @@ share/applications/clion.desktop
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Send2Trash/send2trash/__main__.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Send2Trash/send2trash/exceptions.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Send2Trash/send2trash/util.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/TgCrypto/@tests/stubtest_allowlist.txt
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/TgCrypto/METADATA.toml
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/TgCrypto/tgcrypto/__init__.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WTForms/@tests/stubtest_allowlist.txt
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WTForms/@tests/test_cases/check_choices.py
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WTForms/@tests/test_cases/check_filters.py
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WTForms/@tests/test_cases/check_form.py
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WTForms/@tests/test_cases/check_validators.py
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WTForms/@tests/test_cases/check_widgets.py
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WTForms/METADATA.toml
@@ -8120,13 +8801,16 @@ share/applications/clion.desktop
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WTForms/wtforms/widgets/__init__.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WTForms/wtforms/widgets/core.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WebOb/@tests/stubtest_allowlist.txt
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WebOb/@tests/test_cases/check_cachecontrol.py
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WebOb/@tests/test_cases/check_wsgify.py
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WebOb/METADATA.toml
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WebOb/webob/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WebOb/webob/_types.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WebOb/webob/acceptparse.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WebOb/webob/byterange.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WebOb/webob/cachecontrol.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WebOb/webob/client.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WebOb/webob/compat.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WebOb/webob/cookies.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WebOb/webob/datetime_utils.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WebOb/webob/dec.pyi
@@ -8229,6 +8913,64 @@ share/applications/clion.desktop
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/assertpy/assertpy/numeric.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/assertpy/assertpy/snapshot.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/assertpy/assertpy/string.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/auth0-python/@tests/stubtest_allowlist.txt
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/auth0-python/METADATA.toml
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/auth0-python/auth0/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/auth0-python/auth0/asyncify.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/auth0-python/auth0/authentication/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/auth0-python/auth0/authentication/async_token_verifier.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/auth0-python/auth0/authentication/back_channel_login.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/auth0-python/auth0/authentication/base.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/auth0-python/auth0/authentication/client_authentication.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/auth0-python/auth0/authentication/database.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/auth0-python/auth0/authentication/delegated.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/auth0-python/auth0/authentication/enterprise.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/auth0-python/auth0/authentication/get_token.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/auth0-python/auth0/authentication/passwordless.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/auth0-python/auth0/authentication/pushed_authorization_requests.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/auth0-python/auth0/authentication/revoke_token.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/auth0-python/auth0/authentication/social.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/auth0-python/auth0/authentication/token_verifier.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/auth0-python/auth0/authentication/users.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/auth0-python/auth0/exceptions.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/auth0-python/auth0/management/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/auth0-python/auth0/management/actions.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/auth0-python/auth0/management/async_auth0.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/auth0-python/auth0/management/attack_protection.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/auth0-python/auth0/management/auth0.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/auth0-python/auth0/management/blacklists.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/auth0-python/auth0/management/branding.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/auth0-python/auth0/management/client_credentials.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/auth0-python/auth0/management/client_grants.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/auth0-python/auth0/management/clients.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/auth0-python/auth0/management/connections.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/auth0-python/auth0/management/custom_domains.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/auth0-python/auth0/management/device_credentials.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/auth0-python/auth0/management/email_templates.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/auth0-python/auth0/management/emails.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/auth0-python/auth0/management/grants.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/auth0-python/auth0/management/guardian.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/auth0-python/auth0/management/hooks.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/auth0-python/auth0/management/jobs.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/auth0-python/auth0/management/log_streams.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/auth0-python/auth0/management/logs.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/auth0-python/auth0/management/organizations.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/auth0-python/auth0/management/prompts.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/auth0-python/auth0/management/resource_servers.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/auth0-python/auth0/management/roles.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/auth0-python/auth0/management/rules.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/auth0-python/auth0/management/rules_configs.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/auth0-python/auth0/management/self_service_profiles.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/auth0-python/auth0/management/stats.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/auth0-python/auth0/management/tenants.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/auth0-python/auth0/management/tickets.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/auth0-python/auth0/management/user_blocks.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/auth0-python/auth0/management/users.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/auth0-python/auth0/management/users_by_email.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/auth0-python/auth0/rest.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/auth0-python/auth0/rest_async.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/auth0-python/auth0/types.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/auth0-python/auth0/utils.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/@tests/stubtest_allowlist.txt
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/METADATA.toml
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/__init__.pyi
@@ -8280,19 +9022,64 @@ share/applications/clion.desktop
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/utils/compat.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/utils/conversion.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/utils/search_pattern.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/utils/sqs_message_helper.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/utils/stacktrace.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/ext/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/ext/aiobotocore/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/ext/aiobotocore/patch.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/ext/aiohttp/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/ext/aiohttp/client.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/ext/aiohttp/middleware.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/ext/boto_utils.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/ext/botocore/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/ext/botocore/patch.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/ext/bottle/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/ext/bottle/middleware.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/ext/dbapi2.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/ext/django/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/ext/django/apps.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/ext/django/conf.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/ext/django/db.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/ext/django/middleware.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/ext/django/templates.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/ext/flask/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/ext/flask/middleware.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/ext/flask_sqlalchemy/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/ext/flask_sqlalchemy/query.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/ext/httplib/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/ext/httplib/patch.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/ext/httpx/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/ext/httpx/patch.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/ext/mysql/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/ext/mysql/patch.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/ext/pg8000/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/ext/pg8000/patch.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/ext/psycopg2/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/ext/psycopg2/patch.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/ext/pymongo/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/ext/pymongo/patch.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/ext/pymysql/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/ext/pymysql/patch.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/ext/pynamodb/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/ext/pynamodb/patch.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/ext/requests/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/ext/requests/patch.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/ext/sqlalchemy/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/ext/sqlalchemy/query.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/ext/sqlalchemy/util/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/ext/sqlalchemy/util/decorators.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/ext/sqlalchemy_core/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/ext/sqlalchemy_core/patch.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/ext/sqlite3/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/ext/sqlite3/patch.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/ext/util.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/sdk_config.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/version.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/beautifulsoup4/METADATA.toml
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/beautifulsoup4/bs4/__init__.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/beautifulsoup4/bs4/builder/__init__.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/beautifulsoup4/bs4/builder/_html5lib.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/beautifulsoup4/bs4/builder/_htmlparser.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/beautifulsoup4/bs4/builder/_lxml.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/beautifulsoup4/bs4/dammit.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/beautifulsoup4/bs4/diagnose.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/beautifulsoup4/bs4/element.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/beautifulsoup4/bs4/formatter.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/binaryornot/@tests/stubtest_allowlist.txt
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/binaryornot/METADATA.toml
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/binaryornot/binaryornot/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/binaryornot/binaryornot/check.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/binaryornot/binaryornot/helpers.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/bleach/@tests/stubtest_allowlist.txt
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/bleach/METADATA.toml
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/bleach/bleach/__init__.pyi
@@ -8334,39 +9121,6 @@ share/applications/clion.desktop
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/timeutils.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/typeutils.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/urlutils.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boto/@tests/stubtest_allowlist.txt
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boto/METADATA.toml
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boto/boto/__init__.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boto/boto/auth.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boto/boto/auth_handler.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boto/boto/compat.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boto/boto/connection.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boto/boto/ec2/__init__.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boto/boto/elb/__init__.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boto/boto/exception.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boto/boto/kms/__init__.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boto/boto/kms/exceptions.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boto/boto/kms/layer1.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boto/boto/plugin.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boto/boto/regioninfo.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boto/boto/s3/__init__.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boto/boto/s3/acl.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boto/boto/s3/bucket.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boto/boto/s3/bucketlistresultset.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boto/boto/s3/bucketlogging.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boto/boto/s3/connection.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boto/boto/s3/cors.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boto/boto/s3/deletemarker.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boto/boto/s3/key.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boto/boto/s3/keyfile.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boto/boto/s3/lifecycle.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boto/boto/s3/multidelete.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boto/boto/s3/multipart.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boto/boto/s3/prefix.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boto/boto/s3/tagging.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boto/boto/s3/user.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boto/boto/s3/website.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boto/boto/utils.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/@tests/stubtest_allowlist.txt
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/METADATA.toml
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/__init__.pyi
@@ -8384,6 +9138,7 @@ share/applications/clion.desktop
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/attribute_getter.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/authorization_adjustment.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/bin_data.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/blik_alias.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/braintree_gateway.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/client_token.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/client_token_gateway.pyi
@@ -8399,6 +9154,7 @@ share/applications/clion.desktop
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/customer.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/customer_gateway.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/customer_search.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/customer_session_gateway.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/descriptor.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/disbursement.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/disbursement_detail.pyi
@@ -8447,6 +9203,25 @@ share/applications/clion.desktop
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/facilitated_details.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/facilitator_details.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/granted_payment_instrument_update.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/graphql/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/graphql/enums/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/graphql/enums/recommendations.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/graphql/enums/recommended_payment_option.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/graphql/inputs/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/graphql/inputs/create_customer_session_input.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/graphql/inputs/customer_recommendations_input.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/graphql/inputs/customer_session_input.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/graphql/inputs/monetary_amount_input.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/graphql/inputs/paypal_payee_input.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/graphql/inputs/paypal_purchase_unit_input.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/graphql/inputs/phone_input.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/graphql/inputs/update_customer_session_input.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/graphql/types/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/graphql/types/customer_recommendations_payload.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/graphql/types/payment_options.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/graphql/types/payment_recommendation.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/graphql/unions/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/graphql/unions/customer_recommendations.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/iban_bank_account.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/ids_search.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/liability_shift.pyi
@@ -8459,16 +9234,13 @@ share/applications/clion.desktop
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/merchant.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/merchant_account/__init__.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/merchant_account/address_details.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/merchant_account/business_details.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/merchant_account/funding_details.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/merchant_account/individual_details.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/merchant_account/merchant_account.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/merchant_account_gateway.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/merchant_gateway.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/meta_checkout_card.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/meta_checkout_token.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/modification.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/montary_amount.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/monetary_amount.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/oauth_access_revocation.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/oauth_credentials.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/oauth_gateway.pyi
@@ -8476,6 +9248,7 @@ share/applications/clion.desktop
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/paginated_collection.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/paginated_result.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/partner_merchant.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/payment_facilitator.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/payment_instrument_type.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/payment_method.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/payment_method_customer_data_updated_metadata.pyi
@@ -8486,6 +9259,8 @@ share/applications/clion.desktop
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/paypal_account.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/paypal_account_gateway.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/paypal_here.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/paypal_payment_resource.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/paypal_payment_resource_gateway.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/plan.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/plan_gateway.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/processor_response_types.pyi
@@ -8501,6 +9276,7 @@ share/applications/clion.desktop
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/settlement_batch_summary_gateway.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/signature_service.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/status_event.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/sub_merchant.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/subscription.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/subscription_details.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/subscription_gateway.pyi
@@ -8524,6 +9300,7 @@ share/applications/clion.desktop
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/transaction_line_item_gateway.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/transaction_review.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/transaction_search.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/transfer.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/unknown_payment_method.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/us_bank_account.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/us_bank_account_gateway.pyi
@@ -8534,6 +9311,7 @@ share/applications/clion.desktop
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/util/constants.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/util/crypto.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/util/datetime_parser.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/util/experimental.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/util/generator.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/util/graphql_client.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/util/http.pyi
@@ -8554,22 +9332,6 @@ share/applications/clion.desktop
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cachetools/cachetools/__init__.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cachetools/cachetools/func.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cachetools/cachetools/keys.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/caldav/@tests/stubtest_allowlist.txt
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/caldav/METADATA.toml
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/caldav/caldav/__init__.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/caldav/caldav/davclient.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/caldav/caldav/elements/__init__.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/caldav/caldav/elements/base.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/caldav/caldav/elements/cdav.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/caldav/caldav/elements/dav.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/caldav/caldav/elements/ical.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/caldav/caldav/lib/__init__.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/caldav/caldav/lib/error.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/caldav/caldav/lib/namespace.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/caldav/caldav/lib/url.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/caldav/caldav/lib/vcal.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/caldav/caldav/objects.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/caldav/caldav/requests.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/capturer/@tests/stubtest_allowlist.txt
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/capturer/METADATA.toml
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/capturer/capturer.pyi
@@ -8594,6 +9356,34 @@ share/applications/clion.desktop
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cffi/cffi/vengine_cpy.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cffi/cffi/vengine_gen.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cffi/cffi/verifier.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/channels/@tests/django_settings.py
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/channels/@tests/stubtest_allowlist.txt
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/channels/METADATA.toml
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/channels/channels/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/channels/channels/apps.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/channels/channels/auth.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/channels/channels/consumer.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/channels/channels/db.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/channels/channels/exceptions.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/channels/channels/generic/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/channels/channels/generic/http.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/channels/channels/generic/websocket.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/channels/channels/layers.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/channels/channels/management/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/channels/channels/management/commands/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/channels/channels/management/commands/runworker.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/channels/channels/middleware.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/channels/channels/routing.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/channels/channels/security/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/channels/channels/security/websocket.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/channels/channels/sessions.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/channels/channels/testing/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/channels/channels/testing/application.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/channels/channels/testing/http.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/channels/channels/testing/live.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/channels/channels/testing/websocket.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/channels/channels/utils.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/channels/channels/worker.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/chevron/METADATA.toml
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/chevron/chevron/__init__.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/chevron/chevron/main.pyi
@@ -8602,9 +9392,28 @@ share/applications/clion.desktop
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/chevron/chevron/tokenizer.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/click-default-group/METADATA.toml
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/click-default-group/click_default_group.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/click-log/METADATA.toml
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/click-log/click_log/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/click-log/click_log/core.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/click-log/click_log/options.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/click-shell/METADATA.toml
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/click-shell/click_shell/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/click-shell/click_shell/_cmd.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/click-shell/click_shell/_compat.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/click-shell/click_shell/core.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/click-shell/click_shell/decorators.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/click-spinner/METADATA.toml
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/click-spinner/click_spinner/__init__.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/click-spinner/click_spinner/_version.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/click-web/METADATA.toml
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/click-web/click_web/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/click-web/click_web/exceptions.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/click-web/click_web/resources/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/click-web/click_web/resources/cmd_exec.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/click-web/click_web/resources/cmd_form.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/click-web/click_web/resources/index.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/click-web/click_web/resources/input_fields.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/click-web/click_web/web_click_types.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/colorama/@tests/stubtest_allowlist.txt
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/colorama/@tests/stubtest_allowlist_linux.txt
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/colorama/METADATA.toml
@@ -8614,21 +9423,6 @@ share/applications/clion.desktop
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/colorama/colorama/initialise.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/colorama/colorama/win32.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/colorama/colorama/winterm.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/commonmark/METADATA.toml
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/commonmark/commonmark/__init__.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/commonmark/commonmark/blocks.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/commonmark/commonmark/cmark.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/commonmark/commonmark/common.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/commonmark/commonmark/dump.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/commonmark/commonmark/entitytrans.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/commonmark/commonmark/inlines.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/commonmark/commonmark/main.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/commonmark/commonmark/node.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/commonmark/commonmark/normalize_reference.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/commonmark/commonmark/render/__init__.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/commonmark/commonmark/render/html.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/commonmark/commonmark/render/renderer.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/commonmark/commonmark/render/rst.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/console-menu/METADATA.toml
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/console-menu/consolemenu/__init__.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/console-menu/consolemenu/console_menu.pyi
@@ -8706,6 +9500,52 @@ share/applications/clion.desktop
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/defusedxml/defusedxml/pulldom.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/defusedxml/defusedxml/sax.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/defusedxml/defusedxml/xmlrpc.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/dirhash/METADATA.toml
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/dirhash/dirhash/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/dirhash/dirhash/cli.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/django-filter/@tests/django_settings.py
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/django-filter/@tests/stubtest_allowlist.txt
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/django-filter/METADATA.toml
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/django-filter/django_filters/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/django-filter/django_filters/compat.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/django-filter/django_filters/conf.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/django-filter/django_filters/constants.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/django-filter/django_filters/exceptions.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/django-filter/django_filters/fields.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/django-filter/django_filters/filters.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/django-filter/django_filters/filterset.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/django-filter/django_filters/rest_framework/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/django-filter/django_filters/rest_framework/backends.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/django-filter/django_filters/rest_framework/filters.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/django-filter/django_filters/rest_framework/filterset.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/django-filter/django_filters/utils.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/django-filter/django_filters/views.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/django-filter/django_filters/widgets.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/django-import-export/METADATA.toml
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/django-import-export/import_export/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/django-import-export/import_export/admin.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/django-import-export/import_export/command_utils.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/django-import-export/import_export/declarative.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/django-import-export/import_export/exceptions.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/django-import-export/import_export/fields.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/django-import-export/import_export/formats/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/django-import-export/import_export/formats/base_formats.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/django-import-export/import_export/forms.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/django-import-export/import_export/instance_loaders.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/django-import-export/import_export/mixins.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/django-import-export/import_export/options.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/django-import-export/import_export/resources.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/django-import-export/import_export/results.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/django-import-export/import_export/signals.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/django-import-export/import_export/templatetags/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/django-import-export/import_export/templatetags/import_export_tags.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/django-import-export/import_export/tmp_storages.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/django-import-export/import_export/utils.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/django-import-export/import_export/widgets.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/django-import-export/management/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/django-import-export/management/commands/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/django-import-export/management/commands/export.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/django-import-export/management/commands/import.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/@tests/stubtest_allowlist.txt
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/METADATA.toml
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/__init__.pyi
@@ -8780,18 +9620,48 @@ share/applications/clion.desktop
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/dockerfile-parse/dockerfile_parse/constants.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/dockerfile-parse/dockerfile_parse/parser.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/dockerfile-parse/dockerfile_parse/util.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docopt/METADATA.toml
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docopt/docopt.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/@tests/stubtest_allowlist.txt
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/METADATA.toml
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/__main__.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/core.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/examples.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/frontend.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/io.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/languages/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/languages/af.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/languages/ar.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/languages/ca.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/languages/cs.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/languages/da.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/languages/de.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/languages/en.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/languages/eo.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/languages/es.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/languages/fa.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/languages/fi.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/languages/fr.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/languages/gl.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/languages/he.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/languages/it.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/languages/ja.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/languages/ka.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/languages/ko.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/languages/lt.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/languages/lv.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/languages/nl.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/languages/pl.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/languages/pt_br.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/languages/ru.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/languages/sk.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/languages/sv.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/languages/uk.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/languages/zh_cn.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/languages/zh_tw.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/nodes.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/parsers/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/parsers/commonmark_wrapper.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/parsers/docutils_xml.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/parsers/null.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/parsers/recommonmark_wrapper.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/parsers/rst/__init__.pyi
@@ -8804,6 +9674,36 @@ share/applications/clion.desktop
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/parsers/rst/directives/parts.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/parsers/rst/directives/references.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/parsers/rst/directives/tables.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/parsers/rst/languages/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/parsers/rst/languages/af.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/parsers/rst/languages/ar.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/parsers/rst/languages/ca.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/parsers/rst/languages/cs.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/parsers/rst/languages/da.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/parsers/rst/languages/de.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/parsers/rst/languages/en.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/parsers/rst/languages/eo.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/parsers/rst/languages/es.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/parsers/rst/languages/fa.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/parsers/rst/languages/fi.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/parsers/rst/languages/fr.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/parsers/rst/languages/gl.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/parsers/rst/languages/he.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/parsers/rst/languages/it.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/parsers/rst/languages/ja.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/parsers/rst/languages/ka.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/parsers/rst/languages/ko.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/parsers/rst/languages/lt.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/parsers/rst/languages/lv.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/parsers/rst/languages/nl.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/parsers/rst/languages/pl.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/parsers/rst/languages/pt_br.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/parsers/rst/languages/ru.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/parsers/rst/languages/sk.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/parsers/rst/languages/sv.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/parsers/rst/languages/uk.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/parsers/rst/languages/zh_cn.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/parsers/rst/languages/zh_tw.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/parsers/rst/roles.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/parsers/rst/states.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/parsers/rst/tableparser.pyi
@@ -8813,20 +9713,43 @@ share/applications/clion.desktop
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/readers/standalone.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/statemachine.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/transforms/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/transforms/components.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/transforms/frontmatter.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/transforms/misc.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/transforms/parts.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/transforms/peps.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/transforms/references.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/transforms/universal.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/transforms/writer_aux.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/utils/__init__.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/utils/roman.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/utils/_roman_numerals.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/utils/code_analyzer.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/utils/math/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/utils/math/latex2mathml.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/utils/math/math2html.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/utils/math/mathalphabet2unichar.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/utils/math/mathml_elements.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/utils/math/tex2mathml_extern.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/utils/math/tex2unichar.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/utils/math/unichar2tex.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/utils/punctuation_chars.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/utils/smartquotes.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/utils/urischemes.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/writers/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/writers/_html_base.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/writers/docutils_xml.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/writers/html4css1.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/writers/html5_polyglot.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/writers/latex2e.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/writers/html4css1/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/writers/html5_polyglot/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/writers/latex2e/__init__.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/writers/manpage.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/writers/null.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/writers/odf_odt.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/writers/pep_html.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/writers/odf_odt/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/writers/odf_odt/prepstyles.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/writers/odf_odt/pygmentsformatter.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/writers/pep_html/__init__.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/writers/pseudoxml.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/writers/s5_html.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/writers/xetex.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/writers/s5_html/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/writers/xetex/__init__.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/editdistance/@tests/stubtest_allowlist.txt
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/editdistance/METADATA.toml
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/editdistance/editdistance/__init__.pyi
@@ -8847,8 +9770,6 @@ share/applications/clion.desktop
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fanstatic/fanstatic/wsgi.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/first/METADATA.toml
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/first/first.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8-2020/METADATA.toml
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8-2020/flake8_2020.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8-bugbear/@tests/stubtest_allowlist.txt
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8-bugbear/METADATA.toml
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8-bugbear/bugbear.pyi
@@ -8860,6 +9781,22 @@ share/applications/clion.desktop
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8-rst-docstrings/flake8_rst_docstrings.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8-simplify/METADATA.toml
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8-simplify/flake8_simplify/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8-simplify/flake8_simplify/constants.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8-simplify/flake8_simplify/rules/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8-simplify/flake8_simplify/rules/ast_assign.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8-simplify/flake8_simplify/rules/ast_bool_op.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8-simplify/flake8_simplify/rules/ast_call.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8-simplify/flake8_simplify/rules/ast_classdef.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8-simplify/flake8_simplify/rules/ast_compare.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8-simplify/flake8_simplify/rules/ast_expr.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8-simplify/flake8_simplify/rules/ast_for.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8-simplify/flake8_simplify/rules/ast_if.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8-simplify/flake8_simplify/rules/ast_ifexp.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8-simplify/flake8_simplify/rules/ast_subscript.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8-simplify/flake8_simplify/rules/ast_try.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8-simplify/flake8_simplify/rules/ast_unary_op.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8-simplify/flake8_simplify/rules/ast_with.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8-simplify/flake8_simplify/utils.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8-typing-imports/METADATA.toml
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8-typing-imports/flake8_typing_imports.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8/@tests/stubtest_allowlist.txt
@@ -8918,6 +9855,7 @@ share/applications/clion.desktop
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/linearization.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/outline.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/output.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/pattern.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/prefs.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/recorder.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/sign.pyi
@@ -8928,18 +9866,73 @@ share/applications/clion.desktop
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/template.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/text_region.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/transitions.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/unicode_script.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/util.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gdb/@tests/stubtest_allowlist.txt
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gdb/METADATA.toml
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gdb/gdb/FrameDecorator.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gdb/gdb/FrameIterator.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gdb/gdb/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gdb/gdb/dap/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gdb/gdb/dap/breakpoint.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gdb/gdb/dap/bt.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gdb/gdb/dap/disassemble.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gdb/gdb/dap/evaluate.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gdb/gdb/dap/events.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gdb/gdb/dap/frames.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gdb/gdb/dap/io.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gdb/gdb/dap/launch.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gdb/gdb/dap/locations.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gdb/gdb/dap/memory.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gdb/gdb/dap/modules.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gdb/gdb/dap/next.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gdb/gdb/dap/pause.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gdb/gdb/dap/scopes.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gdb/gdb/dap/server.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gdb/gdb/dap/sources.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gdb/gdb/dap/startup.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gdb/gdb/dap/state.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gdb/gdb/dap/threads.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gdb/gdb/dap/typecheck.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gdb/gdb/dap/varref.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gdb/gdb/disassembler.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gdb/gdb/events.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gdb/gdb/missing_debug.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gdb/gdb/missing_files.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gdb/gdb/missing_objfile.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gdb/gdb/printing.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gdb/gdb/prompt.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gdb/gdb/types.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gdb/gdb/unwinder.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gdb/gdb/xmethod.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/geopandas/@tests/stubtest_allowlist.txt
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/geopandas/METADATA.toml
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/geopandas/geopandas/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/geopandas/geopandas/_config.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/geopandas/geopandas/_decorator.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/geopandas/geopandas/_exports.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/geopandas/geopandas/accessors.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/geopandas/geopandas/array.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/geopandas/geopandas/base.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/geopandas/geopandas/explore.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/geopandas/geopandas/geodataframe.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/geopandas/geopandas/geoseries.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/geopandas/geopandas/io/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/geopandas/geopandas/io/_geoarrow.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/geopandas/geopandas/io/arrow.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/geopandas/geopandas/io/file.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/geopandas/geopandas/io/sql.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/geopandas/geopandas/plotting.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/geopandas/geopandas/sindex.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/geopandas/geopandas/testing.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/geopandas/geopandas/tools/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/geopandas/geopandas/tools/_show_versions.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/geopandas/geopandas/tools/clip.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/geopandas/geopandas/tools/geocoding.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/geopandas/geopandas/tools/hilbert_curve.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/geopandas/geopandas/tools/overlay.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/geopandas/geopandas/tools/sjoin.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/geopandas/geopandas/tools/util.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/@tests/stubtest_allowlist.txt
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/@tests/stubtest_allowlist_darwin.txt
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/@tests/stubtest_allowlist_linux.txt
@@ -8980,7 +9973,8 @@ share/applications/clion.desktop
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/libuv/watcher.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/local.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/lock.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/monkey.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/monkey/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/monkey/api.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/os.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/pool.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/pywsgi.pyi
@@ -9005,16 +9999,85 @@ share/applications/clion.desktop
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/timeout.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/util.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/win32util.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/google-cloud-ndb/@tests/stubtest_allowlist.txt
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/google-cloud-ndb/METADATA.toml
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/google-cloud-ndb/google/cloud/ndb/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/google-cloud-ndb/google/cloud/ndb/_batch.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/google-cloud-ndb/google/cloud/ndb/_cache.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/google-cloud-ndb/google/cloud/ndb/_datastore_api.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/google-cloud-ndb/google/cloud/ndb/_datastore_query.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/google-cloud-ndb/google/cloud/ndb/_eventloop.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/google-cloud-ndb/google/cloud/ndb/_options.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/google-cloud-ndb/google/cloud/ndb/_transaction.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/google-cloud-ndb/google/cloud/ndb/blobstore.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/google-cloud-ndb/google/cloud/ndb/client.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/google-cloud-ndb/google/cloud/ndb/context.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/google-cloud-ndb/google/cloud/ndb/django_middleware.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/google-cloud-ndb/google/cloud/ndb/exceptions.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/google-cloud-ndb/google/cloud/ndb/global_cache.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/google-cloud-ndb/google/cloud/ndb/key.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/google-cloud-ndb/google/cloud/ndb/metadata.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/google-cloud-ndb/google/cloud/ndb/model.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/google-cloud-ndb/google/cloud/ndb/msgprop.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/google-cloud-ndb/google/cloud/ndb/polymodel.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/google-cloud-ndb/google/cloud/ndb/query.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/google-cloud-ndb/google/cloud/ndb/stats.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/google-cloud-ndb/google/cloud/ndb/tasklets.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/google-cloud-ndb/google/cloud/ndb/utils.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/google-cloud-ndb/google/cloud/ndb/version.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/greenlet/@tests/stubtest_allowlist.txt
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/greenlet/@tests/test_cases/check_greenlet.py
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/greenlet/METADATA.toml
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/greenlet/greenlet/__init__.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/greenlet/greenlet/_greenlet.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/grpcio-channelz/METADATA.toml
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/grpcio-channelz/grpc_channelz/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/grpcio-channelz/grpc_channelz/v1/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/grpcio-channelz/grpc_channelz/v1/_async.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/grpcio-channelz/grpc_channelz/v1/_servicer.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/grpcio-channelz/grpc_channelz/v1/channelz.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/grpcio-channelz/grpc_channelz/v1/channelz_pb2.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/grpcio-channelz/grpc_channelz/v1/channelz_pb2_grpc.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/grpcio-health-checking/METADATA.toml
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/grpcio-health-checking/grpc_health/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/grpcio-health-checking/grpc_health/v1/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/grpcio-health-checking/grpc_health/v1/health.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/grpcio-health-checking/grpc_health/v1/health_pb2.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/grpcio-health-checking/grpc_health/v1/health_pb2_grpc.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/grpcio-reflection/@tests/test_cases/check_reflection.py
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/grpcio-reflection/@tests/test_cases/check_reflection_aio.py
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/grpcio-reflection/METADATA.toml
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/grpcio-reflection/grpc_reflection/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/grpcio-reflection/grpc_reflection/v1alpha/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/grpcio-reflection/grpc_reflection/v1alpha/_async.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/grpcio-reflection/grpc_reflection/v1alpha/_base.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/grpcio-reflection/grpc_reflection/v1alpha/proto_reflection_descriptor_database.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/grpcio-reflection/grpc_reflection/v1alpha/reflection.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/grpcio-reflection/grpc_reflection/v1alpha/reflection_pb2.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/grpcio-reflection/grpc_reflection/v1alpha/reflection_pb2_grpc.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/grpcio-status/METADATA.toml
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/grpcio-status/grpc_status/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/grpcio-status/grpc_status/_async.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/grpcio-status/grpc_status/rpc_status.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/grpcio/@tests/stubtest_allowlist.txt
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/grpcio/@tests/test_cases/check_aio.py
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/grpcio/@tests/test_cases/check_aio_multi_callable.py
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/grpcio/@tests/test_cases/check_grpc.py
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/grpcio/@tests/test_cases/check_handler_inheritance.py
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/grpcio/@tests/test_cases/check_multi_callable.py
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/grpcio/@tests/test_cases/check_register.py
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/grpcio/@tests/test_cases/check_server_interceptor.py
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/grpcio/METADATA.toml
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/grpcio/grpc/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/grpcio/grpc/aio/__init__.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hdbcli/@tests/stubtest_allowlist.txt
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hdbcli/METADATA.toml
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hdbcli/hdbcli/__init__.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hdbcli/hdbcli/dbapi.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hdbcli/hdbcli/resultrow.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hnswlib/@tests/stubtest_allowlist.txt
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hnswlib/METADATA.toml
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hnswlib/hnswlib.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/html5lib/METADATA.toml
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/html5lib/html5lib/__init__.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/html5lib/html5lib/_ihatexml.pyi
@@ -9057,23 +10120,6 @@ share/applications/clion.desktop
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/httplib2/httplib2/error.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/httplib2/httplib2/iri2uri.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/httplib2/httplib2/socks.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/humanfriendly/@tests/stubtest_allowlist.txt
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/humanfriendly/METADATA.toml
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/humanfriendly/humanfriendly/__init__.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/humanfriendly/humanfriendly/case.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/humanfriendly/humanfriendly/cli.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/humanfriendly/humanfriendly/compat.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/humanfriendly/humanfriendly/decorators.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/humanfriendly/humanfriendly/deprecation.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/humanfriendly/humanfriendly/prompts.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/humanfriendly/humanfriendly/sphinx.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/humanfriendly/humanfriendly/tables.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/humanfriendly/humanfriendly/terminal/__init__.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/humanfriendly/humanfriendly/terminal/html.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/humanfriendly/humanfriendly/terminal/spinners.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/humanfriendly/humanfriendly/testing.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/humanfriendly/humanfriendly/text.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/humanfriendly/humanfriendly/usage.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/@tests/stubtest_allowlist.txt
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/METADATA.toml
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/__init__.pyi
@@ -9150,421 +10196,27 @@ share/applications/clion.desktop
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/icalendar/@tests/test_cases/check_cal.py
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/icalendar/METADATA.toml
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/icalendar/icalendar/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/icalendar/icalendar/alarms.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/icalendar/icalendar/attr.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/icalendar/icalendar/cal.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/icalendar/icalendar/caselessdict.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/icalendar/icalendar/enums.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/icalendar/icalendar/error.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/icalendar/icalendar/param.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/icalendar/icalendar/parser.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/icalendar/icalendar/parser_tools.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/icalendar/icalendar/prop.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/icalendar/icalendar/timezone_cache.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/icalendar/icalendar/timezone/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/icalendar/icalendar/timezone/equivalent_timezone_ids.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/icalendar/icalendar/timezone/equivalent_timezone_ids_result.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/icalendar/icalendar/timezone/provider.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/icalendar/icalendar/timezone/pytz.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/icalendar/icalendar/timezone/tzid.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/icalendar/icalendar/timezone/tzp.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/icalendar/icalendar/timezone/windows_to_olson.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/icalendar/icalendar/timezone/zoneinfo.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/icalendar/icalendar/tools.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/icalendar/icalendar/windows_to_olson.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/METADATA.toml
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/__init__.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/_async/__init__.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/_async/api_client.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/_async/rest.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/_sync/__init__.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/_sync/api_client.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/_sync/rest.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/__init__.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/_base.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/_pages.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/authorizations_api.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/bucket_api.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/delete_api.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/delete_api_async.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/exceptions.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/flux_csv_parser.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/flux_table.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/influxdb_client.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/influxdb_client_async.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/invokable_scripts_api.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/labels_api.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/logging_handler.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/organizations_api.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/query_api.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/query_api_async.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/tasks_api.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/users_api.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/util/__init__.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/util/date_utils.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/util/date_utils_pandas.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/util/helpers.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/util/multiprocessing_helper.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/warnings.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/write/__init__.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/write/dataframe_serializer.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/write/point.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/write/retry.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/write_api.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/write_api_async.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/configuration.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/__init__.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/add_resource_member_request_body.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/analyze_query_response.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/analyze_query_response_errors.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/array_expression.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/ast_response.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/authorization.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/authorization_post_request.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/authorization_update_request.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/authorizations.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/axes.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/axis.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/axis_scale.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/bad_statement.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/band_view_properties.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/binary_expression.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/block.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/boolean_literal.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/bucket.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/bucket_links.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/bucket_metadata_manifest.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/bucket_retention_rules.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/bucket_shard_mapping.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/buckets.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/builder_aggregate_function_type.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/builder_config.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/builder_config_aggregate_window.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/builder_functions_type.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/builder_tags_type.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/builtin_statement.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/call_expression.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/cell.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/cell_links.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/cell_update.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/cell_with_view_properties.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/check.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/check_base.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/check_base_links.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/check_discriminator.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/check_patch.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/check_status_level.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/check_view_properties.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/checks.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/column_data_type.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/column_semantic_type.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/conditional_expression.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/config.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/constant_variable_properties.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/create_cell.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/create_dashboard_request.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/custom_check.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/dashboard.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/dashboard_color.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/dashboard_query.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/dashboard_with_view_properties.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/dashboards.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/date_time_literal.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/dbr_ps.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/dbrp.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/dbrp_create.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/dbrp_get.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/dbrp_update.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/deadman_check.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/decimal_places.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/delete_predicate_request.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/dialect.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/dict_expression.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/dict_item.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/duration.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/duration_literal.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/error.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/expression.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/expression_statement.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/field.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/file.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/float_literal.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/flux_response.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/flux_suggestion.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/flux_suggestions.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/function_expression.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/gauge_view_properties.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/greater_threshold.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/health_check.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/heatmap_view_properties.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/histogram_view_properties.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/http_notification_endpoint.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/http_notification_rule.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/http_notification_rule_base.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/identifier.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/import_declaration.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/index_expression.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/integer_literal.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/is_onboarding.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/label.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/label_create_request.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/label_mapping.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/label_response.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/label_update.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/labels_response.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/language_request.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/legacy_authorization_post_request.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/lesser_threshold.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/line_plus_single_stat_properties.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/line_protocol_error.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/line_protocol_length_error.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/links.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/list_stacks_response.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/log_event.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/logical_expression.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/logs.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/map_variable_properties.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/markdown_view_properties.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/measurement_schema.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/measurement_schema_column.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/measurement_schema_create_request.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/measurement_schema_list.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/measurement_schema_update_request.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/member_assignment.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/member_expression.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/metadata_backup.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/model_property.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/mosaic_view_properties.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/node.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/notification_endpoint.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/notification_endpoint_base.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/notification_endpoint_base_links.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/notification_endpoint_discriminator.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/notification_endpoint_type.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/notification_endpoint_update.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/notification_endpoints.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/notification_rule.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/notification_rule_base.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/notification_rule_base_links.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/notification_rule_discriminator.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/notification_rule_update.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/notification_rules.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/object_expression.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/onboarding_request.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/onboarding_response.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/option_statement.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/organization.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/organization_links.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/organizations.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/package.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/package_clause.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/pager_duty_notification_endpoint.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/pager_duty_notification_rule.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/pager_duty_notification_rule_base.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/paren_expression.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/password_reset_body.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/patch_bucket_request.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/patch_dashboard_request.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/patch_organization_request.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/patch_retention_rule.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/patch_stack_request.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/patch_stack_request_additional_resources.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/permission.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/permission_resource.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/pipe_expression.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/pipe_literal.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/post_bucket_request.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/post_check.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/post_notification_endpoint.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/post_notification_rule.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/post_organization_request.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/post_restore_kv_response.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/post_stack_request.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/property_key.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/query.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/query_edit_mode.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/query_variable_properties.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/query_variable_properties_values.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/range_threshold.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/ready.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/regexp_literal.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/remote_connection.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/remote_connection_creation_request.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/remote_connection_update_request.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/remote_connections.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/renamable_field.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/replication.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/replication_creation_request.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/replication_update_request.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/replications.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/resource_member.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/resource_members.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/resource_members_links.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/resource_owner.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/resource_owners.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/restored_bucket_mappings.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/retention_policy_manifest.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/return_statement.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/routes.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/routes_external.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/routes_query.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/routes_system.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/rule_status_level.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/run.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/run_links.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/run_manually.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/runs.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/scatter_view_properties.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/schema_type.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/scraper_target_request.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/scraper_target_response.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/scraper_target_responses.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/script.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/script_create_request.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/script_invocation_params.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/script_language.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/script_update_request.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/scripts.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/secret_keys.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/secret_keys_response.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/shard_group_manifest.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/shard_manifest.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/shard_owner.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/simple_table_view_properties.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/single_stat_view_properties.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/slack_notification_endpoint.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/slack_notification_rule.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/slack_notification_rule_base.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/smtp_notification_rule.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/smtp_notification_rule_base.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/source.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/source_links.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/sources.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/stack.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/stack_associations.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/stack_events.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/stack_links.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/stack_resources.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/statement.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/static_legend.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/status_rule.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/string_literal.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/subscription_manifest.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/table_view_properties.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/table_view_properties_table_options.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/tag_rule.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/task.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/task_create_request.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/task_links.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/task_status_type.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/task_update_request.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/tasks.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/telegraf.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/telegraf_plugin.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/telegraf_plugin_request.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/telegraf_plugin_request_plugins.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/telegraf_plugins.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/telegraf_request.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/telegraf_request_metadata.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/telegrafs.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/telegram_notification_endpoint.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/telegram_notification_rule.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/telegram_notification_rule_base.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_apply.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_apply_remotes.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_apply_template.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_chart.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_export_by_id.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_export_by_id_org_ids.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_export_by_id_resource_filters.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_export_by_id_resources.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_export_by_name.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_export_by_name_resources.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_kind.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_diff.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_diff_buckets.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_diff_buckets_new_old.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_diff_checks.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_diff_dashboards.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_diff_dashboards_new_old.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_diff_label_mappings.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_diff_labels.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_diff_labels_new_old.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_diff_notification_endpoints.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_diff_notification_rules.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_diff_notification_rules_new_old.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_diff_tasks.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_diff_tasks_new_old.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_diff_telegraf_configs.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_diff_variables.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_diff_variables_new_old.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_errors.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_label.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_label_properties.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_summary.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_summary_buckets.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_summary_dashboards.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_summary_label_mappings.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_summary_notification_rules.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_summary_status_rules.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_summary_tag_rules.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_summary_tasks.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_summary_variables.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/test_statement.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/threshold.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/threshold_base.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/threshold_check.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/unary_expression.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/unsigned_integer_literal.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/user.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/user_response.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/user_response_links.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/users.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/variable.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/variable_assignment.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/variable_links.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/variable_properties.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/variables.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/view.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/view_links.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/view_properties.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/views.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/write_precision.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/xy_geom.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/xy_view_properties.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/extras.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/rest.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/__init__.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/_base_service.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/authorizations_service.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/backup_service.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/bucket_schemas_service.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/buckets_service.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/cells_service.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/checks_service.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/config_service.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/dashboards_service.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/dbr_ps_service.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/delete_service.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/health_service.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/invokable_scripts_service.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/labels_service.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/legacy_authorizations_service.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/metrics_service.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/notification_endpoints_service.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/notification_rules_service.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/organizations_service.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/ping_service.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/query_service.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/ready_service.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/remote_connections_service.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/replications_service.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/resources_service.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/restore_service.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/routes_service.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/rules_service.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/scraper_targets_service.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/secrets_service.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/setup_service.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/signin_service.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/signout_service.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/sources_service.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/tasks_service.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/telegraf_plugins_service.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/telegrafs_service.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/templates_service.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/users_service.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/variables_service.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/views_service.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/write_service.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/version.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/icalendar/icalendar/version.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/inifile/@tests/stubtest_allowlist.txt
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/inifile/METADATA.toml
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/inifile/inifile.pyi
@@ -9577,6 +10229,9 @@ share/applications/clion.desktop
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/jmespath/jmespath/lexer.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/jmespath/jmespath/parser.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/jmespath/jmespath/visitor.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/jsonnet/METADATA.toml
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/jsonnet/_jsonnet.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/jsonschema/@tests/stubtest_allowlist.txt
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/jsonschema/METADATA.toml
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/jsonschema/jsonschema/__init__.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/jsonschema/jsonschema/_format.pyi
@@ -9589,6 +10244,15 @@ share/applications/clion.desktop
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/jsonschema/jsonschema/exceptions.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/jsonschema/jsonschema/protocols.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/jsonschema/jsonschema/validators.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/jwcrypto/@tests/stubtest_allowlist.txt
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/jwcrypto/METADATA.toml
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/jwcrypto/jwcrypto/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/jwcrypto/jwcrypto/common.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/jwcrypto/jwcrypto/jwa.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/jwcrypto/jwcrypto/jwe.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/jwcrypto/jwcrypto/jwk.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/jwcrypto/jwcrypto/jws.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/jwcrypto/jwcrypto/jwt.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/keyboard/@tests/stubtest_allowlist.txt
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/keyboard/@tests/stubtest_allowlist_darwin.txt
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/keyboard/@tests/stubtest_allowlist_linux.txt
@@ -9599,6 +10263,7 @@ share/applications/clion.desktop
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/keyboard/keyboard/_keyboard_event.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/keyboard/keyboard/_mouse_event.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/keyboard/keyboard/mouse.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/@tests/stubtest_allowlist.txt
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/METADATA.toml
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/__init__.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/abstract/__init__.pyi
@@ -9717,9 +10382,28 @@ share/applications/clion.desktop
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/libsass/sassutils/builder.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/libsass/sassutils/distutils.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/libsass/sassutils/wsgi.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/lupa/METADATA.toml
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/lupa/lupa/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/lupa/lupa/lua51.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/lupa/lupa/lua52.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/lupa/lupa/lua53.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/lupa/lupa/lua54.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/lupa/lupa/luajit20.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/lupa/lupa/luajit21.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/lupa/lupa/version.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/lzstring/@tests/stubtest_allowlist.txt
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/lzstring/METADATA.toml
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/lzstring/lzstring/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/m3u8/@tests/stubtest_allowlist.txt
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/m3u8/METADATA.toml
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/m3u8/m3u8/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/m3u8/m3u8/httpclient.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/m3u8/m3u8/mixins.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/m3u8/m3u8/model.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/m3u8/m3u8/parser.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/m3u8/m3u8/protocol.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/m3u8/m3u8/version_matching.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/m3u8/m3u8/version_matching_rules.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/mock/@tests/stubtest_allowlist.txt
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/mock/METADATA.toml
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/mock/mock/__init__.pyi
@@ -9751,6 +10435,12 @@ share/applications/clion.desktop
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/nanoid/nanoid/method.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/nanoid/nanoid/non_secure_generate.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/nanoid/nanoid/resources.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/nanoleafapi/@tests/stubtest_allowlist.txt
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/nanoleafapi/METADATA.toml
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/nanoleafapi/nanoleafapi/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/nanoleafapi/nanoleafapi/digital_twin.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/nanoleafapi/nanoleafapi/discovery.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/nanoleafapi/nanoleafapi/nanoleaf.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/netaddr/@tests/stubtest_allowlist.txt
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/netaddr/METADATA.toml
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/netaddr/netaddr/__init__.pyi
@@ -9773,15 +10463,21 @@ share/applications/clion.desktop
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/netaddr/netaddr/strategy/eui64.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/netaddr/netaddr/strategy/ipv4.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/netaddr/netaddr/strategy/ipv6.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/netifaces/@tests/stubtest_allowlist.txt
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/netifaces/METADATA.toml
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/netifaces/netifaces.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/@tests/stubtest_allowlist.txt
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/@tests/test_cases/check_dispatch_decorator.py
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/@tests/test_cases/check_tricky_function_params.py
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/METADATA.toml
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/_typing.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/__init__.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/approximation/__init__.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/approximation/clique.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/approximation/clustering_coefficient.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/approximation/connectivity.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/approximation/density.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/approximation/distance_measures.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/approximation/dominating_set.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/approximation/kcomponents.pyi
@@ -9805,7 +10501,9 @@ share/applications/clion.desktop
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/bipartite/cluster.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/bipartite/covering.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/bipartite/edgelist.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/bipartite/extendability.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/bipartite/generators.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/bipartite/link_analysis.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/bipartite/matching.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/bipartite/matrix.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/bipartite/projection.pyi
@@ -9813,6 +10511,7 @@ share/applications/clion.desktop
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/bipartite/spectral.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/boundary.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/bridges.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/broadcasting.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/centrality/__init__.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/centrality/betweenness.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/centrality/betweenness_subset.pyi
@@ -9847,9 +10546,12 @@ share/applications/clion.desktop
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/community/asyn_fluid.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/community/centrality.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/community/community_utils.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/community/divisive.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/community/kclique.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/community/kernighan_lin.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/community/label_propagation.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/community/leiden.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/community/local.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/community/louvain.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/community/lukes.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/community/modularity_max.pyi
@@ -9947,6 +10649,7 @@ share/applications/clion.desktop
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/summarization.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/swap.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/threshold.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/time_dependent.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/tournament.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/traversal/__init__.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/traversal/beamsearch.pyi
@@ -9964,6 +10667,7 @@ share/applications/clion.desktop
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/triads.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/vitality.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/voronoi.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/walks.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/wiener.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/classes/__init__.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/classes/coreviews.pyi
@@ -10011,6 +10715,7 @@ share/applications/clion.desktop
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/generators/spectral_graph_forge.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/generators/stochastic.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/generators/sudoku.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/generators/time_series.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/generators/trees.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/generators/triads.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/lazy_imports.pyi
@@ -10043,6 +10748,7 @@ share/applications/clion.desktop
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/relabel.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/utils/__init__.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/utils/backends.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/utils/configs.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/utils/decorators.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/utils/heaps.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/utils/mapped_queue.pyi
@@ -10050,7 +10756,6 @@ share/applications/clion.desktop
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/utils/random_sequence.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/utils/rcm.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/utils/union_find.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/@tests/stubtest_allowlist.txt
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/METADATA.toml
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/__init__.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/common.pyi
@@ -10099,6 +10804,16 @@ share/applications/clion.desktop
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/request_validator.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/tokens.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/utils.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc8628/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc8628/clients/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc8628/clients/device.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc8628/endpoints/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc8628/endpoints/device_authorization.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc8628/endpoints/pre_configured.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc8628/errors.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc8628/grant_types/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc8628/grant_types/device_code.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc8628/request_validator.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/openid/__init__.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/openid/connect/__init__.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/openid/connect/core/__init__.pyi
@@ -10117,6 +10832,8 @@ share/applications/clion.desktop
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/openid/connect/core/tokens.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/signals.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/uri_validate.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/objgraph/METADATA.toml
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/objgraph/objgraph.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/olefile/@tests/stubtest_allowlist.txt
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/olefile/METADATA.toml
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/olefile/olefile/__init__.pyi
@@ -10350,7 +11067,6 @@ share/applications/clion.desktop
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/@tests/stubtest_allowlist_win32.txt
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/METADATA.toml
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/__init__.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/_version.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/_winapi.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/agent.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/auth_handler.pyi
@@ -10362,7 +11078,6 @@ share/applications/clion.desktop
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/common.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/compress.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/config.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/dsskey.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/ecdsakey.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/ed25519key.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/file.pyi
@@ -10479,7 +11194,6 @@ share/applications/clion.desktop
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/peewee/peewee.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/peewee/playhouse/__init__.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/peewee/playhouse/flask_utils.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pep8-naming/@tests/stubtest_allowlist.txt
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pep8-naming/METADATA.toml
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pep8-naming/pep8ext_naming.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pexpect/@tests/stubtest_allowlist.txt
@@ -10532,12 +11246,100 @@ share/applications/clion.desktop
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pika/pika/spec.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pika/pika/tcp_socket_opts.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pika/pika/validators.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/playsound/METADATA.toml
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/playsound/playsound.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/polib/METADATA.toml
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/polib/polib.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pony/@tests/stubtest_allowlist.txt
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pony/METADATA.toml
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pony/pony/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pony/pony/converting.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pony/pony/flask/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pony/pony/flask/example/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pony/pony/flask/example/app.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pony/pony/flask/example/config.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pony/pony/flask/example/models.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pony/pony/flask/example/views.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pony/pony/options.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pony/pony/orm/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pony/pony/orm/asttranslation.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pony/pony/orm/core.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pony/pony/orm/dbapiprovider.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pony/pony/orm/dbproviders/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pony/pony/orm/dbproviders/cockroach.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pony/pony/orm/dbproviders/mysql.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pony/pony/orm/dbproviders/oracle.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pony/pony/orm/dbproviders/postgres.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pony/pony/orm/dbproviders/sqlite.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pony/pony/orm/dbschema.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pony/pony/orm/decompiling.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pony/pony/orm/examples/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pony/pony/orm/examples/alessandro_bug.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pony/pony/orm/examples/bottle_example.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pony/pony/orm/examples/bug_ben.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pony/pony/orm/examples/compositekeys.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pony/pony/orm/examples/demo.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pony/pony/orm/examples/estore.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pony/pony/orm/examples/inheritance1.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pony/pony/orm/examples/numbers.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pony/pony/orm/examples/session01.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pony/pony/orm/examples/university1.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pony/pony/orm/examples/university2.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pony/pony/orm/integration/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pony/pony/orm/integration/bottle_plugin.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pony/pony/orm/ormtypes.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pony/pony/orm/serialization.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pony/pony/orm/sqlbuilding.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pony/pony/orm/sqlsymbols.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pony/pony/orm/sqltranslation.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pony/pony/py23compat.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pony/pony/thirdparty/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pony/pony/thirdparty/decorator.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pony/pony/utils/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pony/pony/utils/properties.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pony/pony/utils/utils.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/portpicker/METADATA.toml
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/portpicker/portpicker.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/protobuf/@tests/stubtest_allowlist.txt
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/protobuf/@tests/test_cases/check_struct.py
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/protobuf/METADATA.toml
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/protobuf/google/_upb/_message.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/protobuf/google/protobuf/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/protobuf/google/protobuf/any_pb2.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/protobuf/google/protobuf/api_pb2.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/protobuf/google/protobuf/compiler/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/protobuf/google/protobuf/compiler/plugin_pb2.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/protobuf/google/protobuf/descriptor.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/protobuf/google/protobuf/descriptor_database.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/protobuf/google/protobuf/descriptor_pb2.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/protobuf/google/protobuf/descriptor_pool.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/protobuf/google/protobuf/duration_pb2.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/protobuf/google/protobuf/empty_pb2.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/protobuf/google/protobuf/field_mask_pb2.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/protobuf/google/protobuf/internal/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/protobuf/google/protobuf/internal/api_implementation.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/protobuf/google/protobuf/internal/builder.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/protobuf/google/protobuf/internal/containers.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/protobuf/google/protobuf/internal/decoder.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/protobuf/google/protobuf/internal/encoder.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/protobuf/google/protobuf/internal/enum_type_wrapper.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/protobuf/google/protobuf/internal/extension_dict.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/protobuf/google/protobuf/internal/message_listener.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/protobuf/google/protobuf/internal/python_message.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/protobuf/google/protobuf/internal/type_checkers.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/protobuf/google/protobuf/internal/well_known_types.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/protobuf/google/protobuf/internal/wire_format.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/protobuf/google/protobuf/json_format.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/protobuf/google/protobuf/message.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/protobuf/google/protobuf/message_factory.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/protobuf/google/protobuf/reflection.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/protobuf/google/protobuf/runtime_version.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/protobuf/google/protobuf/source_context_pb2.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/protobuf/google/protobuf/struct_pb2.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/protobuf/google/protobuf/symbol_database.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/protobuf/google/protobuf/text_format.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/protobuf/google/protobuf/timestamp_pb2.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/protobuf/google/protobuf/type_pb2.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/protobuf/google/protobuf/util/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/protobuf/google/protobuf/wrappers_pb2.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/psutil/@tests/stubtest_allowlist.txt
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/psutil/@tests/stubtest_allowlist_darwin.txt
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/psutil/@tests/stubtest_allowlist_linux.txt
@@ -10545,7 +11347,6 @@ share/applications/clion.desktop
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/psutil/METADATA.toml
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/psutil/psutil/__init__.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/psutil/psutil/_common.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/psutil/psutil/_compat.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/psutil/psutil/_psaix.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/psutil/psutil/_psbsd.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/psutil/psutil/_pslinux.pyi
@@ -10573,13 +11374,6 @@ share/applications/clion.desktop
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/psycopg2/psycopg2/pool.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/psycopg2/psycopg2/sql.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/psycopg2/psycopg2/tz.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyOpenSSL/@tests/stubtest_allowlist.txt
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyOpenSSL/METADATA.toml
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyOpenSSL/OpenSSL/SSL.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyOpenSSL/OpenSSL/__init__.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyOpenSSL/OpenSSL/crypto.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyOpenSSL/OpenSSL/rand.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyOpenSSL/OpenSSL/version.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyRFC3339/METADATA.toml
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyRFC3339/pyrfc3339/__init__.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyRFC3339/pyrfc3339/generator.pyi
@@ -10605,7 +11399,6 @@ share/applications/clion.desktop
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/codec/streaming.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/compat/__init__.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/compat/integer.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/compat/octets.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/debug.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/error.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/type/__init__.pyi
@@ -10634,43 +11427,18 @@ share/applications/clion.desktop
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyflakes/@tests/stubtest_allowlist.txt
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyflakes/METADATA.toml
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyflakes/pyflakes/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyflakes/pyflakes/__main__.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyflakes/pyflakes/api.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyflakes/pyflakes/checker.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyflakes/pyflakes/messages.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyflakes/pyflakes/reporter.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyflakes/pyflakes/scripts/__init__.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyflakes/pyflakes/scripts/pyflakes.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pygit2/@tests/stubtest_allowlist.txt
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pygit2/METADATA.toml
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pygit2/pygit2/__init__.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pygit2/pygit2/_build.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pygit2/pygit2/_libgit2.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pygit2/pygit2/_pygit2.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pygit2/pygit2/_run.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pygit2/pygit2/blame.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pygit2/pygit2/blob.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pygit2/pygit2/branches.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pygit2/pygit2/callbacks.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pygit2/pygit2/config.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pygit2/pygit2/credentials.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pygit2/pygit2/enums.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pygit2/pygit2/errors.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pygit2/pygit2/ffi.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pygit2/pygit2/filter.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pygit2/pygit2/index.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pygit2/pygit2/legacyenums.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pygit2/pygit2/packbuilder.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pygit2/pygit2/references.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pygit2/pygit2/refspec.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pygit2/pygit2/remotes.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pygit2/pygit2/repository.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pygit2/pygit2/settings.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pygit2/pygit2/submodules.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pygit2/pygit2/utils.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/@tests/stubtest_allowlist.txt
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/@tests/stubtest_allowlist_darwin.txt
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/@tests/stubtest_allowlist_linux.txt
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/@tests/stubtest_allowlist_win32.txt
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/@tests/test_cases/check_versioninfo.py
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/METADATA.toml
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/PyInstaller/__init__.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/PyInstaller/__main__.pyi
@@ -10715,6 +11483,9 @@ share/applications/clion.desktop
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pynput/pynput/mouse/__init__.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pynput/pynput/mouse/_base.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pynput/pynput/mouse/_dummy.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyperclip/@tests/stubtest_allowlist.txt
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyperclip/METADATA.toml
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyperclip/pyperclip/__init__.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyserial/@tests/stubtest_allowlist.txt
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyserial/@tests/stubtest_allowlist_darwin.txt
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyserial/@tests/stubtest_allowlist_linux.txt
@@ -10760,29 +11531,39 @@ share/applications/clion.desktop
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-crontab/cronlog.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-crontab/crontab.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-crontab/crontabs.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-datemath/METADATA.toml
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-datemath/datemath/__init__.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-datemath/datemath/helpers.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-dateutil/@tests/stubtest_allowlist.txt
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-dateutil/@tests/stubtest_allowlist_darwin.txt
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-dateutil/@tests/stubtest_allowlist_linux.txt
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-dateutil/@tests/test_cases/check_inheritance.py
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-dateutil/@tests/test_cases/check_relativedelta.py
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-dateutil/METADATA.toml
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-dateutil/dateutil/__init__.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-dateutil/dateutil/_common.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-dateutil/dateutil/_version.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-dateutil/dateutil/easter.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-dateutil/dateutil/parser/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-dateutil/dateutil/parser/_parser.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-dateutil/dateutil/parser/isoparser.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-dateutil/dateutil/relativedelta.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-dateutil/dateutil/rrule.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-dateutil/dateutil/tz/__init__.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-dateutil/dateutil/tz/_common.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-dateutil/dateutil/tz/tz.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-dateutil/dateutil/tz/win.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-dateutil/dateutil/tzwin.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-dateutil/dateutil/utils.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-dateutil/dateutil/zoneinfo/__init__.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-dateutil/dateutil/zoneinfo/rebuild.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-gflags/@tests/stubtest_allowlist.txt
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-gflags/METADATA.toml
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-gflags/gflags.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-http-client/@tests/stubtest_allowlist.txt
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-http-client/METADATA.toml
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-http-client/python_http_client/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-http-client/python_http_client/client.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-http-client/python_http_client/exceptions.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-jenkins/@tests/stubtest_allowlist.txt
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-jenkins/METADATA.toml
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-jenkins/jenkins/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-jenkins/jenkins/plugins.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-jenkins/jenkins/version.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-jose/@tests/stubtest_allowlist.txt
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-jose/METADATA.toml
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-jose/jose/__init__.pyi
@@ -10804,12 +11585,6 @@ share/applications/clion.desktop
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-nmap/METADATA.toml
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-nmap/nmap/__init__.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-nmap/nmap/nmap.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-slugify/@tests/stubtest_allowlist.txt
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-slugify/METADATA.toml
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-slugify/slugify/__init__.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-slugify/slugify/__version__.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-slugify/slugify/slugify.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-slugify/slugify/special.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/@tests/stubtest_allowlist.txt
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/METADATA.toml
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/X.pyi
@@ -10889,10 +11664,10 @@ share/applications/clion.desktop
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/@tests/stubtest_allowlist_win32.txt
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/METADATA.toml
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/_win32typing.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/afxres.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/commctrl.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/dde.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/isapi/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/isapi/install.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/isapi/isapicon.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/isapi/simple.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/isapi/threaded_extension.pyi
@@ -10913,9 +11688,7 @@ share/applications/clion.desktop
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/timer.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win2kras.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/__init__.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/_wincerapi.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/lib/__init__.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/lib/afxres.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/lib/commctrl.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/lib/mmsystem.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/lib/ntsecuritycon.pyi
@@ -10932,6 +11705,7 @@ share/applications/clion.desktop
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/lib/win32pdhquery.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/lib/win32serviceutil.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/lib/win32timezone.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/lib/win32verstamp.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/lib/winerror.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/lib/winioctlcon.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/lib/winnt.pyi
@@ -10994,10 +11768,11 @@ share/applications/clion.desktop
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/axscript/asputil.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/axscript/axscript.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/axscript/client/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/axscript/client/debug.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/axscript/client/error.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/axscript/client/framework.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/axscript/server/__init__.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/axscript/server/axsite.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/axscript/server/error.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/bits/__init__.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/bits/bits.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/client/__init__.pyi
@@ -11006,6 +11781,7 @@ share/applications/clion.desktop
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/client/gencache.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/directsound/__init__.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/directsound/directsound.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/gen_py/__init__.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/ifilter/__init__.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/ifilter/ifilter.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/ifilter/ifiltercon.pyi
@@ -11013,7 +11789,6 @@ share/applications/clion.desktop
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/internet/inetcon.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/internet/internet.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/mapi/__init__.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/mapi/_exchdapi.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/mapi/emsabtags.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/mapi/exchange.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/mapi/mapi.pyi
@@ -11027,7 +11802,10 @@ share/applications/clion.desktop
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/server/connect.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/server/dispatcher.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/server/exception.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/server/factory.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/server/localserver.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/server/policy.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/server/register.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/server/util.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/shell/__init__.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/shell/shell.pyi
@@ -11060,11 +11838,11 @@ share/applications/clion.desktop
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/axscript/asputil.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/axscript/axscript.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/axscript/client/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/axscript/client/debug.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/axscript/client/error.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/axscript/client/pyscript.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/axscript/client/framework.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/axscript/server/__init__.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/axscript/server/axsite.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/axscript/server/error.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/bits/__init__.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/bits/bits.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/directsound/__init__.pyi
@@ -11076,7 +11854,6 @@ share/applications/clion.desktop
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/internet/inetcon.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/internet/internet.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/mapi/__init__.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/mapi/_exchdapi.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/mapi/emsabtags.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/mapi/exchange.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/mapi/mapi.pyi
@@ -11124,6 +11901,7 @@ share/applications/clion.desktop
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32ts.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32ui.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32uiole.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32verstamp.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32wnet.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/winerror.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/winioctlcon.pyi
@@ -11155,6 +11933,7 @@ share/applications/clion.desktop
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/qrcode/METADATA.toml
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/qrcode/qrcode/LUT.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/qrcode/qrcode/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/qrcode/qrcode/_types.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/qrcode/qrcode/base.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/qrcode/qrcode/console_scripts.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/qrcode/qrcode/constants.pyi
@@ -11174,62 +11953,11 @@ share/applications/clion.desktop
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/qrcode/qrcode/main.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/qrcode/qrcode/release.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/qrcode/qrcode/util.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/@tests/stubtest_allowlist.txt
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/@tests/test_cases/check_xadd.py
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/METADATA.toml
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/__init__.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/asyncio/__init__.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/asyncio/client.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/asyncio/cluster.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/asyncio/connection.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/asyncio/lock.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/asyncio/parser.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/asyncio/retry.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/asyncio/sentinel.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/asyncio/utils.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/backoff.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/client.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/cluster.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/__init__.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/bf/__init__.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/bf/commands.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/bf/info.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/cluster.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/core.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/graph/__init__.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/graph/commands.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/graph/edge.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/graph/exceptions.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/graph/node.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/graph/path.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/graph/query_result.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/helpers.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/json/__init__.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/json/commands.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/json/decoders.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/json/path.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/parser.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/redismodules.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/search/__init__.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/search/aggregation.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/search/commands.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/search/query.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/search/result.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/sentinel.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/timeseries/__init__.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/timeseries/commands.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/timeseries/info.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/timeseries/utils.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/connection.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/crc.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/credentials.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/exceptions.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/lock.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/ocsp.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/retry.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/sentinel.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/typing.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/utils.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ratelimit/@tests/stubtest_allowlist.txt
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ratelimit/METADATA.toml
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ratelimit/ratelimit/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ratelimit/ratelimit/decorators.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ratelimit/ratelimit/exception.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/regex/@tests/stubtest_allowlist.txt
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/regex/@tests/test_cases/check_finditer.py
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/regex/METADATA.toml
@@ -11411,6 +12139,8 @@ share/applications/clion.desktop
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/retry/METADATA.toml
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/retry/retry/__init__.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/retry/retry/api.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/rfc3339-validator/METADATA.toml
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/rfc3339-validator/rfc3339_validator.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/s2clientprotocol/@tests/stubtest_allowlist.txt
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/s2clientprotocol/METADATA.toml
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/s2clientprotocol/s2clientprotocol/build.pyi
@@ -11476,14 +12206,17 @@ share/applications/clion.desktop
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/seaborn/seaborn/utils.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/seaborn/seaborn/widgets.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/@tests/stubtest_allowlist.txt
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/@tests/stubtest_allowlist_darwin.txt
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/@tests/test_cases/check_distutils.py
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/@tests/test_cases/check_extension.py
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/@tests/test_cases/check_protocols.py
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/METADATA.toml
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/distutils/__init__.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/distutils/_modified.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/distutils/_msvccompiler.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/distutils/archive_util.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/distutils/ccompiler.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/distutils/cmd.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/distutils/command/__init__.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/distutils/command/bdist.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/distutils/command/bdist_rpm.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/distutils/command/build.pyi
@@ -11491,31 +12224,32 @@ share/applications/clion.desktop
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/distutils/command/build_ext.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/distutils/command/build_py.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/distutils/command/install.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/distutils/command/install_data.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/distutils/command/install_lib.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/distutils/command/install_scripts.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/distutils/command/register.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/distutils/command/sdist.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/distutils/command/upload.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/distutils/compat/__init__.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/distutils/config.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/distutils/compilers/C/base.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/distutils/compilers/C/errors.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/distutils/compilers/C/msvc.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/distutils/compilers/C/unix.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/distutils/dep_util.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/distutils/dist.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/distutils/errors.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/distutils/extension.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/distutils/filelist.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/distutils/spawn.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/distutils/sysconfig.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/distutils/unixccompiler.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/distutils/util.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/pkg_resources/__init__.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/pkg_resources/_vendored_packaging/__init__.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/pkg_resources/_vendored_packaging/markers.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/pkg_resources/_vendored_packaging/requirements.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/pkg_resources/_vendored_packaging/specifiers.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/pkg_resources/_vendored_packaging/version.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/__init__.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/_modified.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/_msvccompiler.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/archive_util.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/ccompiler.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/cmd.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/command/__init__.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/command/bdist.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/command/bdist_rpm.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/command/build.pyi
@@ -11523,19 +12257,23 @@ share/applications/clion.desktop
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/command/build_ext.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/command/build_py.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/command/install.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/command/install_data.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/command/install_lib.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/command/install_scripts.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/command/register.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/command/sdist.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/command/upload.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/compat/__init__.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/config.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/compilers/C/base.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/compilers/C/errors.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/compilers/C/msvc.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/compilers/C/unix.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/dep_util.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/dist.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/errors.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/extension.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/filelist.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/spawn.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/sysconfig.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/unixccompiler.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/util.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/archive_util.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/build_meta.pyi
@@ -11557,18 +12295,11 @@ share/applications/clion.desktop
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/install_egg_info.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/install_lib.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/install_scripts.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/register.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/rotate.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/saveopts.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/sdist.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/setopt.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/test.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/upload.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/upload_docs.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/compat/__init__.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/compat/py310.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/compat/py311.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/compat/py39.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/config/__init__.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/config/expand.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/config/pyprojecttoml.pyi
@@ -11586,8 +12317,6 @@ share/applications/clion.desktop
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/monkey.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/msvc.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/namespaces.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/package_index.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/sandbox.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/unicode_utils.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/version.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/warnings.pyi
@@ -11596,6 +12325,7 @@ share/applications/clion.desktop
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/shapely/@tests/stubtest_allowlist.txt
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/shapely/METADATA.toml
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/shapely/shapely/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/shapely/shapely/_coverage.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/shapely/shapely/_enum.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/shapely/shapely/_geometry.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/shapely/shapely/_ragged_array.pyi
@@ -11693,7 +12423,6 @@ share/applications/clion.desktop
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/urllib_request.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/urllib_response.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/urllib_robotparser.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/slumber/@tests/stubtest_allowlist.txt
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/slumber/METADATA.toml
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/slumber/slumber/__init__.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/slumber/slumber/exceptions.pyi
@@ -11908,12 +12637,6 @@ share/applications/clion.desktop
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/translationstring/@tests/stubtest_allowlist.txt
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/translationstring/METADATA.toml
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/translationstring/translationstring/__init__.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tree-sitter-languages/@tests/stubtest_allowlist.txt
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tree-sitter-languages/@tests/stubtest_allowlist_darwin.txt
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tree-sitter-languages/@tests/stubtest_allowlist_linux.txt
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tree-sitter-languages/METADATA.toml
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tree-sitter-languages/tree_sitter_languages/__init__.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tree-sitter-languages/tree_sitter_languages/core.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ttkthemes/METADATA.toml
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ttkthemes/ttkthemes/__init__.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ttkthemes/ttkthemes/_imgops.pyi
@@ -11969,6 +12692,14 @@ share/applications/clion.desktop
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/waitress/waitress/trigger.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/waitress/waitress/utilities.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/waitress/waitress/wasyncore.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/watchpoints/@tests/stubtest_allowlist.txt
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/watchpoints/METADATA.toml
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/watchpoints/watchpoints/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/watchpoints/watchpoints/ast_monkey.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/watchpoints/watchpoints/util.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/watchpoints/watchpoints/watch.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/watchpoints/watchpoints/watch_element.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/watchpoints/watchpoints/watch_print.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/whatthepatch/METADATA.toml
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/whatthepatch/whatthepatch/__init__.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/whatthepatch/whatthepatch/apply.pyi
@@ -12129,8 +12860,81 @@ share/applications/clion.desktop
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/wyoming.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/wurlitzer/METADATA.toml
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/wurlitzer/wurlitzer.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/xdgenvpy/@tests/stubtest_allowlist.txt
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/xdgenvpy/METADATA.toml
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/xdgenvpy/xdgenvpy/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/xdgenvpy/xdgenvpy/_defaults.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/xdgenvpy/xdgenvpy/xdgenv.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/xlrd/METADATA.toml
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/xlrd/xlrd/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/xlrd/xlrd/biffh.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/xlrd/xlrd/book.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/xlrd/xlrd/compdoc.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/xlrd/xlrd/formatting.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/xlrd/xlrd/formula.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/xlrd/xlrd/info.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/xlrd/xlrd/sheet.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/xlrd/xlrd/timemachine.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/xlrd/xlrd/xldate.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/xmltodict/METADATA.toml
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/xmltodict/xmltodict.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/yt-dlp/@tests/stubtest_allowlist.txt
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/yt-dlp/METADATA.toml
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/yt-dlp/yt_dlp/YoutubeDL.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/yt-dlp/yt_dlp/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/yt-dlp/yt_dlp/aes.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/yt-dlp/yt_dlp/cache.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/yt-dlp/yt_dlp/compat/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/yt-dlp/yt_dlp/compat/compat_utils.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/yt-dlp/yt_dlp/compat/imghdr.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/yt-dlp/yt_dlp/cookies.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/yt-dlp/yt_dlp/downloader/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/yt-dlp/yt_dlp/downloader/bunnycdn.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/yt-dlp/yt_dlp/downloader/common.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/yt-dlp/yt_dlp/downloader/dash.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/yt-dlp/yt_dlp/downloader/external.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/yt-dlp/yt_dlp/downloader/f4m.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/yt-dlp/yt_dlp/downloader/fc2.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/yt-dlp/yt_dlp/downloader/fragment.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/yt-dlp/yt_dlp/downloader/hls.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/yt-dlp/yt_dlp/downloader/http.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/yt-dlp/yt_dlp/downloader/ism.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/yt-dlp/yt_dlp/downloader/mhtml.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/yt-dlp/yt_dlp/downloader/niconico.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/yt-dlp/yt_dlp/downloader/rtmp.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/yt-dlp/yt_dlp/downloader/rtsp.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/yt-dlp/yt_dlp/downloader/websocket.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/yt-dlp/yt_dlp/downloader/youtube_live_chat.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/yt-dlp/yt_dlp/extractor/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/yt-dlp/yt_dlp/extractor/common.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/yt-dlp/yt_dlp/extractor/commonmistakes.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/yt-dlp/yt_dlp/extractor/commonprotocols.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/yt-dlp/yt_dlp/globals.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/yt-dlp/yt_dlp/jsinterp.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/yt-dlp/yt_dlp/minicurses.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/yt-dlp/yt_dlp/networking/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/yt-dlp/yt_dlp/networking/_helper.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/yt-dlp/yt_dlp/networking/common.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/yt-dlp/yt_dlp/networking/exceptions.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/yt-dlp/yt_dlp/networking/impersonate.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/yt-dlp/yt_dlp/networking/websocket.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/yt-dlp/yt_dlp/options.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/yt-dlp/yt_dlp/plugins.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/yt-dlp/yt_dlp/postprocessor/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/yt-dlp/yt_dlp/postprocessor/common.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/yt-dlp/yt_dlp/socks.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/yt-dlp/yt_dlp/update.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/yt-dlp/yt_dlp/utils/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/yt-dlp/yt_dlp/utils/_deprecated.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/yt-dlp/yt_dlp/utils/_legacy.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/yt-dlp/yt_dlp/utils/_utils.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/yt-dlp/yt_dlp/utils/jslib/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/yt-dlp/yt_dlp/utils/jslib/devalue.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/yt-dlp/yt_dlp/utils/networking.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/yt-dlp/yt_dlp/utils/progress.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/yt-dlp/yt_dlp/utils/traversal.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/yt-dlp/yt_dlp/version.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/yt-dlp/yt_dlp/webvtt.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/zstd/METADATA.toml
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/zstd/zstd.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/zxcvbn/@tests/stubtest_allowlist.txt
@@ -12145,17 +12949,55 @@ share/applications/clion.desktop
%%DATADIR%%/plugins/python-ce/helpers/uv/uv_sync_proxy.py
%%DATADIR%%/plugins/python-ce/helpers/virtualenv-20.13.0.pyz
%%DATADIR%%/plugins/python-ce/helpers/virtualenv-py3.pyz
-%%DATADIR%%/plugins/python-ce/lib/completion-ranking-python-with-full-line.jar
-%%DATADIR%%/plugins/python-ce/lib/io.github.z4kn4fein.semver.jvm.jar
-%%DATADIR%%/plugins/python-ce/lib/jsr305.jar
-%%DATADIR%%/plugins/python-ce/lib/kaml.jar
-%%DATADIR%%/plugins/python-ce/lib/libthrift.jar
-%%DATADIR%%/plugins/python-ce/lib/ml-completion-prev-exprs-models.jar
+%%DATADIR%%/plugins/python-ce/lib/modules/intellij.python.ast.jar
+%%DATADIR%%/plugins/python-ce/lib/modules/intellij.python.common.jar
+%%DATADIR%%/plugins/python-ce/lib/modules/intellij.python.community.aliasProvider.jar
+%%DATADIR%%/plugins/python-ce/lib/modules/intellij.python.community.communityOnly.jar
+%%DATADIR%%/plugins/python-ce/lib/modules/intellij.python.community.core.impl.jar
+%%DATADIR%%/plugins/python-ce/lib/modules/intellij.python.community.execService.jar
+%%DATADIR%%/plugins/python-ce/lib/modules/intellij.python.community.execService.python.jar
+%%DATADIR%%/plugins/python-ce/lib/modules/intellij.python.community.helpersLocator.jar
+%%DATADIR%%/plugins/python-ce/lib/modules/intellij.python.community.impl.huggingFace.jar
+%%DATADIR%%/plugins/python-ce/lib/modules/intellij.python.community.impl.installer.jar
+%%DATADIR%%/plugins/python-ce/lib/modules/intellij.python.community.impl.jar
+%%DATADIR%%/plugins/python-ce/lib/modules/intellij.python.community.impl.pipenv.jar
+%%DATADIR%%/plugins/python-ce/lib/modules/intellij.python.community.impl.poetry.backend.jar
+%%DATADIR%%/plugins/python-ce/lib/modules/intellij.python.community.impl.poetry.common.jar
+%%DATADIR%%/plugins/python-ce/lib/modules/intellij.python.community.impl.uv.backend.jar
+%%DATADIR%%/plugins/python-ce/lib/modules/intellij.python.community.impl.uv.common.jar
+%%DATADIR%%/plugins/python-ce/lib/modules/intellij.python.community.impl.venv.jar
+%%DATADIR%%/plugins/python-ce/lib/modules/intellij.python.community.interpreters.jar
+%%DATADIR%%/plugins/python-ce/lib/modules/intellij.python.community.jar
+%%DATADIR%%/plugins/python-ce/lib/modules/intellij.python.community.plugin.impl.jar
+%%DATADIR%%/plugins/python-ce/lib/modules/intellij.python.community.plugin.java.jar
+%%DATADIR%%/plugins/python-ce/lib/modules/intellij.python.community.plugin.minor.jar
+%%DATADIR%%/plugins/python-ce/lib/modules/intellij.python.community.plugin.minorRider.jar
+%%DATADIR%%/plugins/python-ce/lib/modules/intellij.python.community.services.internal.impl.jar
+%%DATADIR%%/plugins/python-ce/lib/modules/intellij.python.community.services.shared.jar
+%%DATADIR%%/plugins/python-ce/lib/modules/intellij.python.community.services.systemPython.jar
+%%DATADIR%%/plugins/python-ce/lib/modules/intellij.python.copyright.jar
+%%DATADIR%%/plugins/python-ce/lib/modules/intellij.python.featuresTrainer.jar
+%%DATADIR%%/plugins/python-ce/lib/modules/intellij.python.grazie.jar
+%%DATADIR%%/plugins/python-ce/lib/modules/intellij.python.hatch.jar
+%%DATADIR%%/plugins/python-ce/lib/modules/intellij.python.langInjection.jar
+%%DATADIR%%/plugins/python-ce/lib/modules/intellij.python.markdown.jar
%%DATADIR%%/plugins/python-ce/lib/modules/intellij.python.ml.features.jar
-%%DATADIR%%/plugins/python-ce/lib/python-ce-frontend.jar
+%%DATADIR%%/plugins/python-ce/lib/modules/intellij.python.parser.jar
+%%DATADIR%%/plugins/python-ce/lib/modules/intellij.python.processOutput.impl.jar
+%%DATADIR%%/plugins/python-ce/lib/modules/intellij.python.processOutput.jar
+%%DATADIR%%/plugins/python-ce/lib/modules/intellij.python.psi.impl.jar
+%%DATADIR%%/plugins/python-ce/lib/modules/intellij.python.psi.jar
+%%DATADIR%%/plugins/python-ce/lib/modules/intellij.python.pydev.jar
+%%DATADIR%%/plugins/python-ce/lib/modules/intellij.python.pyproject.jar
+%%DATADIR%%/plugins/python-ce/lib/modules/intellij.python.sdk.jar
+%%DATADIR%%/plugins/python-ce/lib/modules/intellij.python.sdk.ui.jar
+%%DATADIR%%/plugins/python-ce/lib/modules/intellij.python.sdkConfigurator.backend.jar
+%%DATADIR%%/plugins/python-ce/lib/modules/intellij.python.sdkConfigurator.common.jar
+%%DATADIR%%/plugins/python-ce/lib/modules/intellij.python.sdkConfigurator.frontend.jar
+%%DATADIR%%/plugins/python-ce/lib/modules/intellij.python.syntax.core.jar
+%%DATADIR%%/plugins/python-ce/lib/modules/intellij.python.syntax.jar
+%%DATADIR%%/plugins/python-ce/lib/modules/intellij.python.terminal.jar
%%DATADIR%%/plugins/python-ce/lib/python-ce.jar
-%%DATADIR%%/plugins/python-ce/lib/tuweni-toml.jar
-%%DATADIR%%/plugins/python-ce/lib/xmlrpc.jar
%%DATADIR%%/plugins/qml-plugin/lib/qml-plugin.jar
%%DATADIR%%/plugins/qodana/lib/flexmark.jar
%%DATADIR%%/plugins/qodana/lib/jetbrains.qodana.cloud.kotlin.client.jar
@@ -12176,38 +13018,48 @@ share/applications/clion.desktop
%%DATADIR%%/plugins/restClient/lib/graalvm.js.jar
%%DATADIR%%/plugins/restClient/lib/grpc.jar
%%DATADIR%%/plugins/restClient/lib/jooq.joox.jar
-%%DATADIR%%/plugins/restClient/lib/jsonpath.jar
%%DATADIR%%/plugins/restClient/lib/kotlinx-coroutines-reactor.jar
%%DATADIR%%/plugins/restClient/lib/modules/intellij.httpClient.grpc.jar
%%DATADIR%%/plugins/restClient/lib/reactor-netty-http.jar
%%DATADIR%%/plugins/restClient/lib/restClient.jar
-%%DATADIR%%/plugins/rider-plugins-clion-radler-cwm/lib/rider-plugins-clion-radler-cwm-frontend.jar
-%%DATADIR%%/plugins/rider-plugins-clion-radler-cwm/lib/rider-plugins-clion-radler-cwm.jar
-%%DATADIR%%/plugins/rider-plugins-cpp-debugger/lib/rider-plugins-cpp-debugger.jar
-%%DATADIR%%/plugins/sass/lib/jruby-parser.jar
-%%DATADIR%%/plugins/sass/lib/sass.jar
+%%DATADIR%%/plugins/sass-plugin/lib/frontend-split/sass-frontend.jar
+%%DATADIR%%/plugins/sass-plugin/lib/modules/intellij.sass.backend.jar
+%%DATADIR%%/plugins/sass-plugin/lib/modules/intellij.sass.common.jar
+%%DATADIR%%/plugins/sass-plugin/lib/modules/intellij.sass.copyright.jar
+%%DATADIR%%/plugins/sass-plugin/lib/modules/intellij.sass.frontend.split.jar
+%%DATADIR%%/plugins/sass-plugin/lib/modules/intellij.sass.jar
+%%DATADIR%%/plugins/sass-plugin/lib/modules/intellij.sass.watcher.jar
+%%DATADIR%%/plugins/sass-plugin/lib/sass-plugin.jar
%%DATADIR%%/plugins/searchEverywhereMl/lib/ai.grazie.emb.jar
+%%DATADIR%%/plugins/searchEverywhereMl/lib/ai.grazie.model.swagger.annotations.jvm.jar
+%%DATADIR%%/plugins/searchEverywhereMl/lib/jetbrains.mlapi.core.jar
%%DATADIR%%/plugins/searchEverywhereMl/lib/modules/intellij.searchEverywhereMl.ranking.core.jar
%%DATADIR%%/plugins/searchEverywhereMl/lib/modules/intellij.searchEverywhereMl.typos.jar
%%DATADIR%%/plugins/searchEverywhereMl/lib/searchEverywhereMl.jar
%%DATADIR%%/plugins/settingsSync/lib/cloud-config-client.jar
%%DATADIR%%/plugins/settingsSync/lib/jetbrains.intellij.deps.eclipse.jgit.jar
%%DATADIR%%/plugins/settingsSync/lib/settingsSync.jar
-%%DATADIR%%/plugins/sh/lib/sh.jar
+%%DATADIR%%/plugins/sh-plugin/lib/modules/intellij.sh.backend.jar
+%%DATADIR%%/plugins/sh-plugin/lib/modules/intellij.sh.frontend.split.jar
+%%DATADIR%%/plugins/sh-plugin/lib/sh-plugin.jar
+%%DATADIR%%/plugins/station-plugin/lib/modules/intellij.station.aia.jar
+%%DATADIR%%/plugins/station-plugin/lib/modules/intellij.station.frontend.jar
%%DATADIR%%/plugins/station-plugin/lib/modules/intellij.station.frontend.split.jar
%%DATADIR%%/plugins/station-plugin/lib/station-plugin.jar
%%DATADIR%%/plugins/styled-components/lib/styled-components.jar
%%DATADIR%%/plugins/stylelint/lib/stylelint.jar
%%DATADIR%%/plugins/tailwindcss/lib/tailwindcss.jar
-%%DATADIR%%/plugins/tailwindcss/server/tailwindcss-language-server
+%%DATADIR%%/plugins/tailwindcss/server/bin/oxide-helper.js
+%%DATADIR%%/plugins/tailwindcss/server/bin/tailwindcss-language-server
%%DATADIR%%/plugins/tailwindcss/server/version.txt
%%DATADIR%%/plugins/tasks-timeTracking/lib/tasks-timeTracking.jar
%%DATADIR%%/plugins/tasks/lib/axis.jar
%%DATADIR%%/plugins/tasks/lib/commons-discovery.jar
%%DATADIR%%/plugins/tasks/lib/http-client.jar
-%%DATADIR%%/plugins/tasks/lib/jsonpath.jar
+%%DATADIR%%/plugins/tasks/lib/modules/intellij.tasks.bugzilla.jar
+%%DATADIR%%/plugins/tasks/lib/modules/intellij.tasks.jira.jar
+%%DATADIR%%/plugins/tasks/lib/modules/intellij.tasks.trac.jar
%%DATADIR%%/plugins/tasks/lib/tasks-core.jar
-%%DATADIR%%/plugins/tasks/lib/xmlrpc.jar
%%DATADIR%%/plugins/terminal/lib/completion-ranking-sh.jar
%%DATADIR%%/plugins/terminal/lib/modules/intellij.terminal.frontend.split.jar
%%DATADIR%%/plugins/terminal/lib/terminal-completion-db-with-extensions.jar
@@ -12232,384 +13084,389 @@ share/applications/clion.desktop
%%DATADIR%%/plugins/terminal/shell-integrations/zsh/zdotdir/.zshrc
%%DATADIR%%/plugins/terminal/shell-integrations/zsh/zdotdir/source-original.zsh
%%DATADIR%%/plugins/terminal/shell-integrations/zsh/zsh-integration.zsh
-%%DATADIR%%/plugins/textmate/lib/bundles/adoc/LICENSE
-%%DATADIR%%/plugins/textmate/lib/bundles/adoc/README.md
-%%DATADIR%%/plugins/textmate/lib/bundles/adoc/asciidoc-language-configuration.json
-%%DATADIR%%/plugins/textmate/lib/bundles/adoc/package.json
-%%DATADIR%%/plugins/textmate/lib/bundles/adoc/snippets/snippets.json
-%%DATADIR%%/plugins/textmate/lib/bundles/adoc/syntaxes/Asciidoctor.json
-%%DATADIR%%/plugins/textmate/lib/bundles/bat/.vscodeignore
-%%DATADIR%%/plugins/textmate/lib/bundles/bat/language-configuration.json
-%%DATADIR%%/plugins/textmate/lib/bundles/bat/package.json
-%%DATADIR%%/plugins/textmate/lib/bundles/bat/package.nls.json
-%%DATADIR%%/plugins/textmate/lib/bundles/bat/snippets/batchfile.code-snippets
-%%DATADIR%%/plugins/textmate/lib/bundles/bat/syntaxes/batchfile.tmLanguage.json
-%%DATADIR%%/plugins/textmate/lib/bundles/bicep/package.json
-%%DATADIR%%/plugins/textmate/lib/bundles/bicep/syntaxes/bicep.codeblock.json
-%%DATADIR%%/plugins/textmate/lib/bundles/bicep/syntaxes/bicep.tmlanguage
-%%DATADIR%%/plugins/textmate/lib/bundles/bicep/syntaxes/language-configuration.json
-%%DATADIR%%/plugins/textmate/lib/bundles/bicepparam/package.json
-%%DATADIR%%/plugins/textmate/lib/bundles/clojure/.vscodeignore
-%%DATADIR%%/plugins/textmate/lib/bundles/clojure/language-configuration.json
-%%DATADIR%%/plugins/textmate/lib/bundles/clojure/package.json
-%%DATADIR%%/plugins/textmate/lib/bundles/clojure/package.nls.json
-%%DATADIR%%/plugins/textmate/lib/bundles/clojure/syntaxes/clojure.tmLanguage.json
-%%DATADIR%%/plugins/textmate/lib/bundles/cmake/LICENSE
-%%DATADIR%%/plugins/textmate/lib/bundles/cmake/README.md
-%%DATADIR%%/plugins/textmate/lib/bundles/cmake/package.json
-%%DATADIR%%/plugins/textmate/lib/bundles/cmake/syntaxes/CMake.tmLanguage
-%%DATADIR%%/plugins/textmate/lib/bundles/cmake/syntaxes/CMakeCache.tmLanguage
-%%DATADIR%%/plugins/textmate/lib/bundles/coffeescript/.vscodeignore
-%%DATADIR%%/plugins/textmate/lib/bundles/coffeescript/language-configuration.json
-%%DATADIR%%/plugins/textmate/lib/bundles/coffeescript/package.json
-%%DATADIR%%/plugins/textmate/lib/bundles/coffeescript/package.nls.json
-%%DATADIR%%/plugins/textmate/lib/bundles/coffeescript/snippets/coffeescript.code-snippets
-%%DATADIR%%/plugins/textmate/lib/bundles/coffeescript/syntaxes/coffeescript.tmLanguage.json
-%%DATADIR%%/plugins/textmate/lib/bundles/cpp/.vscodeignore
-%%DATADIR%%/plugins/textmate/lib/bundles/cpp/language-configuration.json
-%%DATADIR%%/plugins/textmate/lib/bundles/cpp/package.json
-%%DATADIR%%/plugins/textmate/lib/bundles/cpp/package.nls.json
-%%DATADIR%%/plugins/textmate/lib/bundles/cpp/snippets/c.code-snippets
-%%DATADIR%%/plugins/textmate/lib/bundles/cpp/snippets/cpp.code-snippets
-%%DATADIR%%/plugins/textmate/lib/bundles/cpp/syntaxes/c.tmLanguage.json
-%%DATADIR%%/plugins/textmate/lib/bundles/cpp/syntaxes/cpp.embedded.macro.tmLanguage.json
-%%DATADIR%%/plugins/textmate/lib/bundles/cpp/syntaxes/cpp.tmLanguage.json
-%%DATADIR%%/plugins/textmate/lib/bundles/cpp/syntaxes/cuda-cpp.tmLanguage.json
-%%DATADIR%%/plugins/textmate/lib/bundles/cpp/syntaxes/platform.tmLanguage.json
-%%DATADIR%%/plugins/textmate/lib/bundles/csharp/.vscodeignore
-%%DATADIR%%/plugins/textmate/lib/bundles/csharp/language-configuration.json
-%%DATADIR%%/plugins/textmate/lib/bundles/csharp/package.json
-%%DATADIR%%/plugins/textmate/lib/bundles/csharp/package.nls.json
-%%DATADIR%%/plugins/textmate/lib/bundles/csharp/snippets/csharp.code-snippets
-%%DATADIR%%/plugins/textmate/lib/bundles/csharp/syntaxes/csharp.tmLanguage.json
-%%DATADIR%%/plugins/textmate/lib/bundles/css/.vscode/launch.json
-%%DATADIR%%/plugins/textmate/lib/bundles/css/.vscodeignore
-%%DATADIR%%/plugins/textmate/lib/bundles/css/language-configuration.json
-%%DATADIR%%/plugins/textmate/lib/bundles/css/package.json
-%%DATADIR%%/plugins/textmate/lib/bundles/css/package.nls.json
-%%DATADIR%%/plugins/textmate/lib/bundles/css/syntaxes/css.tmLanguage.json
-%%DATADIR%%/plugins/textmate/lib/bundles/dart/.vscodeignore
-%%DATADIR%%/plugins/textmate/lib/bundles/dart/language-configuration.json
-%%DATADIR%%/plugins/textmate/lib/bundles/dart/package.json
-%%DATADIR%%/plugins/textmate/lib/bundles/dart/package.nls.json
-%%DATADIR%%/plugins/textmate/lib/bundles/dart/syntaxes/dart.tmLanguage.json
-%%DATADIR%%/plugins/textmate/lib/bundles/diff/.vscodeignore
-%%DATADIR%%/plugins/textmate/lib/bundles/diff/language-configuration.json
-%%DATADIR%%/plugins/textmate/lib/bundles/diff/package.json
-%%DATADIR%%/plugins/textmate/lib/bundles/diff/package.nls.json
-%%DATADIR%%/plugins/textmate/lib/bundles/diff/syntaxes/diff.tmLanguage.json
-%%DATADIR%%/plugins/textmate/lib/bundles/docker/.vscodeignore
-%%DATADIR%%/plugins/textmate/lib/bundles/docker/language-configuration.json
-%%DATADIR%%/plugins/textmate/lib/bundles/docker/package.json
-%%DATADIR%%/plugins/textmate/lib/bundles/docker/package.nls.json
-%%DATADIR%%/plugins/textmate/lib/bundles/docker/syntaxes/docker.tmLanguage.json
-%%DATADIR%%/plugins/textmate/lib/bundles/erlang/grammar/Erlang.plist
-%%DATADIR%%/plugins/textmate/lib/bundles/erlang/language-configuration.json
-%%DATADIR%%/plugins/textmate/lib/bundles/erlang/package.json
-%%DATADIR%%/plugins/textmate/lib/bundles/fsharp/.vscodeignore
-%%DATADIR%%/plugins/textmate/lib/bundles/fsharp/language-configuration.json
-%%DATADIR%%/plugins/textmate/lib/bundles/fsharp/package.json
-%%DATADIR%%/plugins/textmate/lib/bundles/fsharp/package.nls.json
-%%DATADIR%%/plugins/textmate/lib/bundles/fsharp/snippets/fsharp.code-snippets
-%%DATADIR%%/plugins/textmate/lib/bundles/fsharp/syntaxes/fsharp.tmLanguage.json
-%%DATADIR%%/plugins/textmate/lib/bundles/git-base/.vscodeignore
-%%DATADIR%%/plugins/textmate/lib/bundles/git-base/README.md
-%%DATADIR%%/plugins/textmate/lib/bundles/git-base/languages/git-commit.language-configuration.json
-%%DATADIR%%/plugins/textmate/lib/bundles/git-base/languages/git-rebase.language-configuration.json
-%%DATADIR%%/plugins/textmate/lib/bundles/git-base/languages/ignore.language-configuration.json
-%%DATADIR%%/plugins/textmate/lib/bundles/git-base/package.json
-%%DATADIR%%/plugins/textmate/lib/bundles/git-base/package.nls.json
-%%DATADIR%%/plugins/textmate/lib/bundles/git-base/syntaxes/git-commit.tmLanguage.json
-%%DATADIR%%/plugins/textmate/lib/bundles/git-base/syntaxes/git-rebase.tmLanguage.json
-%%DATADIR%%/plugins/textmate/lib/bundles/git-base/syntaxes/ignore.tmLanguage.json
-%%DATADIR%%/plugins/textmate/lib/bundles/git-base/tsconfig.json
-%%DATADIR%%/plugins/textmate/lib/bundles/go/.vscodeignore
-%%DATADIR%%/plugins/textmate/lib/bundles/go/language-configuration.json
-%%DATADIR%%/plugins/textmate/lib/bundles/go/package.json
-%%DATADIR%%/plugins/textmate/lib/bundles/go/package.nls.json
-%%DATADIR%%/plugins/textmate/lib/bundles/go/syntaxes/go.tmLanguage.json
-%%DATADIR%%/plugins/textmate/lib/bundles/groovy/.vscodeignore
-%%DATADIR%%/plugins/textmate/lib/bundles/groovy/language-configuration.json
-%%DATADIR%%/plugins/textmate/lib/bundles/groovy/package.json
-%%DATADIR%%/plugins/textmate/lib/bundles/groovy/package.nls.json
-%%DATADIR%%/plugins/textmate/lib/bundles/groovy/snippets/groovy.code-snippets
-%%DATADIR%%/plugins/textmate/lib/bundles/groovy/syntaxes/groovy.tmLanguage.json
-%%DATADIR%%/plugins/textmate/lib/bundles/handlebars/.vscodeignore
-%%DATADIR%%/plugins/textmate/lib/bundles/handlebars/language-configuration.json
-%%DATADIR%%/plugins/textmate/lib/bundles/handlebars/package.json
-%%DATADIR%%/plugins/textmate/lib/bundles/handlebars/package.nls.json
-%%DATADIR%%/plugins/textmate/lib/bundles/handlebars/syntaxes/Handlebars.tmLanguage.json
-%%DATADIR%%/plugins/textmate/lib/bundles/hcl/LICENSE
-%%DATADIR%%/plugins/textmate/lib/bundles/hcl/README.md
-%%DATADIR%%/plugins/textmate/lib/bundles/hcl/language-configuration.json
-%%DATADIR%%/plugins/textmate/lib/bundles/hcl/package.json
-%%DATADIR%%/plugins/textmate/lib/bundles/hcl/syntaxes/hcl.tmGrammar.json
-%%DATADIR%%/plugins/textmate/lib/bundles/hlsl/.vscodeignore
-%%DATADIR%%/plugins/textmate/lib/bundles/hlsl/language-configuration.json
-%%DATADIR%%/plugins/textmate/lib/bundles/hlsl/package.json
-%%DATADIR%%/plugins/textmate/lib/bundles/hlsl/package.nls.json
-%%DATADIR%%/plugins/textmate/lib/bundles/hlsl/syntaxes/hlsl.tmLanguage.json
-%%DATADIR%%/plugins/textmate/lib/bundles/html/.vscodeignore
-%%DATADIR%%/plugins/textmate/lib/bundles/html/language-configuration.json
-%%DATADIR%%/plugins/textmate/lib/bundles/html/package.json
-%%DATADIR%%/plugins/textmate/lib/bundles/html/package.nls.json
-%%DATADIR%%/plugins/textmate/lib/bundles/html/snippets/html.code-snippets
-%%DATADIR%%/plugins/textmate/lib/bundles/html/syntaxes/html-derivative.tmLanguage.json
-%%DATADIR%%/plugins/textmate/lib/bundles/html/syntaxes/html.tmLanguage.json
-%%DATADIR%%/plugins/textmate/lib/bundles/ini/.vscodeignore
-%%DATADIR%%/plugins/textmate/lib/bundles/ini/ini.language-configuration.json
-%%DATADIR%%/plugins/textmate/lib/bundles/ini/package.json
-%%DATADIR%%/plugins/textmate/lib/bundles/ini/package.nls.json
-%%DATADIR%%/plugins/textmate/lib/bundles/ini/properties.language-configuration.json
-%%DATADIR%%/plugins/textmate/lib/bundles/ini/syntaxes/ini.tmLanguage.json
-%%DATADIR%%/plugins/textmate/lib/bundles/java/.vscodeignore
-%%DATADIR%%/plugins/textmate/lib/bundles/java/language-configuration.json
-%%DATADIR%%/plugins/textmate/lib/bundles/java/package.json
-%%DATADIR%%/plugins/textmate/lib/bundles/java/package.nls.json
-%%DATADIR%%/plugins/textmate/lib/bundles/java/snippets/java.code-snippets
-%%DATADIR%%/plugins/textmate/lib/bundles/java/syntaxes/java.tmLanguage.json
-%%DATADIR%%/plugins/textmate/lib/bundles/javascript/.vscodeignore
-%%DATADIR%%/plugins/textmate/lib/bundles/javascript/javascript-language-configuration.json
-%%DATADIR%%/plugins/textmate/lib/bundles/javascript/package.json
-%%DATADIR%%/plugins/textmate/lib/bundles/javascript/package.nls.json
-%%DATADIR%%/plugins/textmate/lib/bundles/javascript/snippets/javascript.code-snippets
-%%DATADIR%%/plugins/textmate/lib/bundles/javascript/syntaxes/JavaScript.tmLanguage.json
-%%DATADIR%%/plugins/textmate/lib/bundles/javascript/syntaxes/JavaScriptReact.tmLanguage.json
-%%DATADIR%%/plugins/textmate/lib/bundles/javascript/syntaxes/Readme.md
-%%DATADIR%%/plugins/textmate/lib/bundles/javascript/syntaxes/Regular Expressions (JavaScript).tmLanguage
-%%DATADIR%%/plugins/textmate/lib/bundles/javascript/tags-language-configuration.json
-%%DATADIR%%/plugins/textmate/lib/bundles/json/.vscodeignore
-%%DATADIR%%/plugins/textmate/lib/bundles/json/language-configuration.json
-%%DATADIR%%/plugins/textmate/lib/bundles/json/package.json
-%%DATADIR%%/plugins/textmate/lib/bundles/json/package.nls.json
-%%DATADIR%%/plugins/textmate/lib/bundles/json/syntaxes/JSON.tmLanguage.json
-%%DATADIR%%/plugins/textmate/lib/bundles/json/syntaxes/JSONC.tmLanguage.json
-%%DATADIR%%/plugins/textmate/lib/bundles/json/syntaxes/JSONL.tmLanguage.json
-%%DATADIR%%/plugins/textmate/lib/bundles/json/syntaxes/snippets.tmLanguage.json
-%%DATADIR%%/plugins/textmate/lib/bundles/jsp/LICENSE
-%%DATADIR%%/plugins/textmate/lib/bundles/jsp/README.md
-%%DATADIR%%/plugins/textmate/lib/bundles/jsp/jsp-configuration.json
-%%DATADIR%%/plugins/textmate/lib/bundles/jsp/package.json
-%%DATADIR%%/plugins/textmate/lib/bundles/jsp/syntaxes/jsp.tmLanguage.json
-%%DATADIR%%/plugins/textmate/lib/bundles/julia/.vscodeignore
-%%DATADIR%%/plugins/textmate/lib/bundles/julia/language-configuration.json
-%%DATADIR%%/plugins/textmate/lib/bundles/julia/package.json
-%%DATADIR%%/plugins/textmate/lib/bundles/julia/package.nls.json
-%%DATADIR%%/plugins/textmate/lib/bundles/julia/syntaxes/julia.tmLanguage.json
-%%DATADIR%%/plugins/textmate/lib/bundles/kconfig/LICENSE
-%%DATADIR%%/plugins/textmate/lib/bundles/kconfig/language-configuration.json
-%%DATADIR%%/plugins/textmate/lib/bundles/kconfig/package.json
-%%DATADIR%%/plugins/textmate/lib/bundles/kconfig/syntaxes/kconfig.tmGrammar.json
-%%DATADIR%%/plugins/textmate/lib/bundles/kotlin/info.plist
-%%DATADIR%%/plugins/textmate/lib/bundles/kotlin/snippets/class.tmSnippet
-%%DATADIR%%/plugins/textmate/lib/bundles/kotlin/snippets/println.tmSnippet
-%%DATADIR%%/plugins/textmate/lib/bundles/kotlin/syntaxes/Kotlin.tmLanguage
-%%DATADIR%%/plugins/textmate/lib/bundles/latex/.vscodeignore
-%%DATADIR%%/plugins/textmate/lib/bundles/latex/cpp-bailout-license.txt
-%%DATADIR%%/plugins/textmate/lib/bundles/latex/latex-cpp-embedded-language-configuration.json
-%%DATADIR%%/plugins/textmate/lib/bundles/latex/latex-language-configuration.json
-%%DATADIR%%/plugins/textmate/lib/bundles/latex/markdown-latex-combined-language-configuration.json
-%%DATADIR%%/plugins/textmate/lib/bundles/latex/markdown-latex-combined-license.txt
-%%DATADIR%%/plugins/textmate/lib/bundles/latex/package.json
-%%DATADIR%%/plugins/textmate/lib/bundles/latex/package.nls.json
-%%DATADIR%%/plugins/textmate/lib/bundles/latex/syntaxes/Bibtex.tmLanguage.json
-%%DATADIR%%/plugins/textmate/lib/bundles/latex/syntaxes/LaTeX.tmLanguage.json
-%%DATADIR%%/plugins/textmate/lib/bundles/latex/syntaxes/TeX.tmLanguage.json
-%%DATADIR%%/plugins/textmate/lib/bundles/latex/syntaxes/cpp-grammar-bailout.tmLanguage.json
-%%DATADIR%%/plugins/textmate/lib/bundles/latex/syntaxes/markdown-latex-combined.tmLanguage.json
-%%DATADIR%%/plugins/textmate/lib/bundles/less/.vscodeignore
-%%DATADIR%%/plugins/textmate/lib/bundles/less/language-configuration.json
-%%DATADIR%%/plugins/textmate/lib/bundles/less/package.json
-%%DATADIR%%/plugins/textmate/lib/bundles/less/package.nls.json
-%%DATADIR%%/plugins/textmate/lib/bundles/less/syntaxes/less.tmLanguage.json
-%%DATADIR%%/plugins/textmate/lib/bundles/log/.vscodeignore
-%%DATADIR%%/plugins/textmate/lib/bundles/log/package.json
-%%DATADIR%%/plugins/textmate/lib/bundles/log/package.nls.json
-%%DATADIR%%/plugins/textmate/lib/bundles/log/syntaxes/log.tmLanguage.json
-%%DATADIR%%/plugins/textmate/lib/bundles/lua/.vscodeignore
-%%DATADIR%%/plugins/textmate/lib/bundles/lua/language-configuration.json
-%%DATADIR%%/plugins/textmate/lib/bundles/lua/package.json
-%%DATADIR%%/plugins/textmate/lib/bundles/lua/package.nls.json
-%%DATADIR%%/plugins/textmate/lib/bundles/lua/syntaxes/lua.tmLanguage.json
-%%DATADIR%%/plugins/textmate/lib/bundles/make/.vscodeignore
-%%DATADIR%%/plugins/textmate/lib/bundles/make/language-configuration.json
-%%DATADIR%%/plugins/textmate/lib/bundles/make/package.json
-%%DATADIR%%/plugins/textmate/lib/bundles/make/package.nls.json
-%%DATADIR%%/plugins/textmate/lib/bundles/make/syntaxes/make.tmLanguage.json
-%%DATADIR%%/plugins/textmate/lib/bundles/markdown-basics/.vscodeignore
-%%DATADIR%%/plugins/textmate/lib/bundles/markdown-basics/language-configuration.json
-%%DATADIR%%/plugins/textmate/lib/bundles/markdown-basics/package.json
-%%DATADIR%%/plugins/textmate/lib/bundles/markdown-basics/package.nls.json
-%%DATADIR%%/plugins/textmate/lib/bundles/markdown-basics/snippets/markdown.code-snippets
-%%DATADIR%%/plugins/textmate/lib/bundles/markdown-basics/syntaxes/markdown.tmLanguage.json
-%%DATADIR%%/plugins/textmate/lib/bundles/markdown-math/.gitignore
-%%DATADIR%%/plugins/textmate/lib/bundles/markdown-math/.vscodeignore
-%%DATADIR%%/plugins/textmate/lib/bundles/markdown-math/README.md
-%%DATADIR%%/plugins/textmate/lib/bundles/markdown-math/notebook/tsconfig.json
-%%DATADIR%%/plugins/textmate/lib/bundles/markdown-math/package.json
-%%DATADIR%%/plugins/textmate/lib/bundles/markdown-math/package.nls.json
-%%DATADIR%%/plugins/textmate/lib/bundles/markdown-math/preview-styles/index.css
-%%DATADIR%%/plugins/textmate/lib/bundles/markdown-math/syntaxes/md-math-block.tmLanguage.json
-%%DATADIR%%/plugins/textmate/lib/bundles/markdown-math/syntaxes/md-math-inline.tmLanguage.json
-%%DATADIR%%/plugins/textmate/lib/bundles/markdown-math/syntaxes/md-math.tmLanguage.json
-%%DATADIR%%/plugins/textmate/lib/bundles/markdown-math/tsconfig.json
-%%DATADIR%%/plugins/textmate/lib/bundles/mdx/language-configuration.json
-%%DATADIR%%/plugins/textmate/lib/bundles/mdx/license
-%%DATADIR%%/plugins/textmate/lib/bundles/mdx/package.json
-%%DATADIR%%/plugins/textmate/lib/bundles/mdx/syntaxes/mdx.markdown.tmLanguage.json
-%%DATADIR%%/plugins/textmate/lib/bundles/mdx/syntaxes/mdx.tmLanguage.json
-%%DATADIR%%/plugins/textmate/lib/bundles/mdx/syntaxes/source.mdx.tmLanguage
-%%DATADIR%%/plugins/textmate/lib/bundles/objective-c/.vscodeignore
-%%DATADIR%%/plugins/textmate/lib/bundles/objective-c/language-configuration.json
-%%DATADIR%%/plugins/textmate/lib/bundles/objective-c/package.json
-%%DATADIR%%/plugins/textmate/lib/bundles/objective-c/package.nls.json
-%%DATADIR%%/plugins/textmate/lib/bundles/objective-c/syntaxes/objective-c++.tmLanguage.json
-%%DATADIR%%/plugins/textmate/lib/bundles/objective-c/syntaxes/objective-c.tmLanguage.json
-%%DATADIR%%/plugins/textmate/lib/bundles/perl/.vscodeignore
-%%DATADIR%%/plugins/textmate/lib/bundles/perl/package.json
-%%DATADIR%%/plugins/textmate/lib/bundles/perl/package.nls.json
-%%DATADIR%%/plugins/textmate/lib/bundles/perl/perl.language-configuration.json
-%%DATADIR%%/plugins/textmate/lib/bundles/perl/perl6.language-configuration.json
-%%DATADIR%%/plugins/textmate/lib/bundles/perl/syntaxes/perl.tmLanguage.json
-%%DATADIR%%/plugins/textmate/lib/bundles/perl/syntaxes/perl6.tmLanguage.json
-%%DATADIR%%/plugins/textmate/lib/bundles/php/.vscode/launch.json
-%%DATADIR%%/plugins/textmate/lib/bundles/php/.vscode/tasks.json
-%%DATADIR%%/plugins/textmate/lib/bundles/php/.vscodeignore
-%%DATADIR%%/plugins/textmate/lib/bundles/php/language-configuration.json
-%%DATADIR%%/plugins/textmate/lib/bundles/php/package.json
-%%DATADIR%%/plugins/textmate/lib/bundles/php/package.nls.json
-%%DATADIR%%/plugins/textmate/lib/bundles/php/snippets/php.code-snippets
-%%DATADIR%%/plugins/textmate/lib/bundles/php/syntaxes/html.tmLanguage.json
-%%DATADIR%%/plugins/textmate/lib/bundles/php/syntaxes/php.tmLanguage.json
-%%DATADIR%%/plugins/textmate/lib/bundles/powershell/.vscodeignore
-%%DATADIR%%/plugins/textmate/lib/bundles/powershell/language-configuration.json
-%%DATADIR%%/plugins/textmate/lib/bundles/powershell/package.json
-%%DATADIR%%/plugins/textmate/lib/bundles/powershell/package.nls.json
-%%DATADIR%%/plugins/textmate/lib/bundles/powershell/snippets/powershell.code-snippets
-%%DATADIR%%/plugins/textmate/lib/bundles/powershell/syntaxes/powershell.tmLanguage.json
-%%DATADIR%%/plugins/textmate/lib/bundles/pug/.vscodeignore
-%%DATADIR%%/plugins/textmate/lib/bundles/pug/language-configuration.json
-%%DATADIR%%/plugins/textmate/lib/bundles/pug/package.json
-%%DATADIR%%/plugins/textmate/lib/bundles/pug/package.nls.json
-%%DATADIR%%/plugins/textmate/lib/bundles/pug/syntaxes/pug.tmLanguage.json
-%%DATADIR%%/plugins/textmate/lib/bundles/python/.vscode/launch.json
-%%DATADIR%%/plugins/textmate/lib/bundles/python/.vscode/tasks.json
-%%DATADIR%%/plugins/textmate/lib/bundles/python/.vscodeignore
-%%DATADIR%%/plugins/textmate/lib/bundles/python/language-configuration.json
-%%DATADIR%%/plugins/textmate/lib/bundles/python/package.json
-%%DATADIR%%/plugins/textmate/lib/bundles/python/package.nls.json
-%%DATADIR%%/plugins/textmate/lib/bundles/python/syntaxes/MagicPython.tmLanguage.json
-%%DATADIR%%/plugins/textmate/lib/bundles/python/syntaxes/MagicRegExp.tmLanguage.json
-%%DATADIR%%/plugins/textmate/lib/bundles/r/.vscodeignore
-%%DATADIR%%/plugins/textmate/lib/bundles/r/language-configuration.json
-%%DATADIR%%/plugins/textmate/lib/bundles/r/package.json
-%%DATADIR%%/plugins/textmate/lib/bundles/r/package.nls.json
-%%DATADIR%%/plugins/textmate/lib/bundles/r/syntaxes/r.tmLanguage.json
-%%DATADIR%%/plugins/textmate/lib/bundles/razor/.vscodeignore
-%%DATADIR%%/plugins/textmate/lib/bundles/razor/language-configuration.json
-%%DATADIR%%/plugins/textmate/lib/bundles/razor/package.json
-%%DATADIR%%/plugins/textmate/lib/bundles/razor/package.nls.json
-%%DATADIR%%/plugins/textmate/lib/bundles/razor/syntaxes/cshtml.tmLanguage.json
-%%DATADIR%%/plugins/textmate/lib/bundles/restructuredtext/.vscodeignore
-%%DATADIR%%/plugins/textmate/lib/bundles/restructuredtext/language-configuration.json
-%%DATADIR%%/plugins/textmate/lib/bundles/restructuredtext/package.json
-%%DATADIR%%/plugins/textmate/lib/bundles/restructuredtext/package.nls.json
-%%DATADIR%%/plugins/textmate/lib/bundles/restructuredtext/syntaxes/rst.tmLanguage.json
-%%DATADIR%%/plugins/textmate/lib/bundles/ruby/.vscodeignore
-%%DATADIR%%/plugins/textmate/lib/bundles/ruby/language-configuration.json
-%%DATADIR%%/plugins/textmate/lib/bundles/ruby/package.json
-%%DATADIR%%/plugins/textmate/lib/bundles/ruby/package.nls.json
-%%DATADIR%%/plugins/textmate/lib/bundles/ruby/syntaxes/ruby.tmLanguage.json
-%%DATADIR%%/plugins/textmate/lib/bundles/rust/.vscodeignore
-%%DATADIR%%/plugins/textmate/lib/bundles/rust/language-configuration.json
-%%DATADIR%%/plugins/textmate/lib/bundles/rust/package.json
-%%DATADIR%%/plugins/textmate/lib/bundles/rust/package.nls.json
-%%DATADIR%%/plugins/textmate/lib/bundles/rust/syntaxes/rust.tmLanguage.json
-%%DATADIR%%/plugins/textmate/lib/bundles/scss/.vscodeignore
-%%DATADIR%%/plugins/textmate/lib/bundles/scss/language-configuration.json
-%%DATADIR%%/plugins/textmate/lib/bundles/scss/package.json
-%%DATADIR%%/plugins/textmate/lib/bundles/scss/package.nls.json
-%%DATADIR%%/plugins/textmate/lib/bundles/scss/syntaxes/sassdoc.tmLanguage.json
-%%DATADIR%%/plugins/textmate/lib/bundles/scss/syntaxes/scss.tmLanguage.json
-%%DATADIR%%/plugins/textmate/lib/bundles/search-result/.vscodeignore
-%%DATADIR%%/plugins/textmate/lib/bundles/search-result/README.md
-%%DATADIR%%/plugins/textmate/lib/bundles/search-result/package.json
-%%DATADIR%%/plugins/textmate/lib/bundles/search-result/package.nls.json
-%%DATADIR%%/plugins/textmate/lib/bundles/search-result/syntaxes/searchResult.tmLanguage.json
-%%DATADIR%%/plugins/textmate/lib/bundles/search-result/tsconfig.json
-%%DATADIR%%/plugins/textmate/lib/bundles/shaderlab/.vscodeignore
-%%DATADIR%%/plugins/textmate/lib/bundles/shaderlab/language-configuration.json
-%%DATADIR%%/plugins/textmate/lib/bundles/shaderlab/package.json
-%%DATADIR%%/plugins/textmate/lib/bundles/shaderlab/package.nls.json
-%%DATADIR%%/plugins/textmate/lib/bundles/shaderlab/syntaxes/shaderlab.tmLanguage.json
-%%DATADIR%%/plugins/textmate/lib/bundles/shellscript/.vscodeignore
-%%DATADIR%%/plugins/textmate/lib/bundles/shellscript/language-configuration.json
-%%DATADIR%%/plugins/textmate/lib/bundles/shellscript/package.json
-%%DATADIR%%/plugins/textmate/lib/bundles/shellscript/package.nls.json
-%%DATADIR%%/plugins/textmate/lib/bundles/shellscript/syntaxes/shell-unix-bash.tmLanguage.json
-%%DATADIR%%/plugins/textmate/lib/bundles/sql/.vscodeignore
-%%DATADIR%%/plugins/textmate/lib/bundles/sql/language-configuration.json
-%%DATADIR%%/plugins/textmate/lib/bundles/sql/package.json
-%%DATADIR%%/plugins/textmate/lib/bundles/sql/package.nls.json
-%%DATADIR%%/plugins/textmate/lib/bundles/sql/syntaxes/sql.tmLanguage.json
-%%DATADIR%%/plugins/textmate/lib/bundles/swift/.vscodeignore
-%%DATADIR%%/plugins/textmate/lib/bundles/swift/LICENSE.md
-%%DATADIR%%/plugins/textmate/lib/bundles/swift/language-configuration.json
-%%DATADIR%%/plugins/textmate/lib/bundles/swift/package.json
-%%DATADIR%%/plugins/textmate/lib/bundles/swift/package.nls.json
-%%DATADIR%%/plugins/textmate/lib/bundles/swift/snippets/swift.code-snippets
-%%DATADIR%%/plugins/textmate/lib/bundles/swift/syntaxes/swift.tmLanguage.json
-%%DATADIR%%/plugins/textmate/lib/bundles/terraform/LICENSE
-%%DATADIR%%/plugins/textmate/lib/bundles/terraform/README.md
-%%DATADIR%%/plugins/textmate/lib/bundles/terraform/language-configuration.json
-%%DATADIR%%/plugins/textmate/lib/bundles/terraform/package.json
-%%DATADIR%%/plugins/textmate/lib/bundles/terraform/snippets/terraform.json
-%%DATADIR%%/plugins/textmate/lib/bundles/terraform/syntaxes/hcl.tmGrammar.json
-%%DATADIR%%/plugins/textmate/lib/bundles/terraform/syntaxes/terraform.tmGrammar.json
-%%DATADIR%%/plugins/textmate/lib/bundles/twig/LICENSE.md
-%%DATADIR%%/plugins/textmate/lib/bundles/twig/README.md
-%%DATADIR%%/plugins/textmate/lib/bundles/twig/package.json
-%%DATADIR%%/plugins/textmate/lib/bundles/twig/snippets/snippets.json
-%%DATADIR%%/plugins/textmate/lib/bundles/twig/src/extension.js
-%%DATADIR%%/plugins/textmate/lib/bundles/twig/src/hover/filters.json
-%%DATADIR%%/plugins/textmate/lib/bundles/twig/src/hover/functions.json
-%%DATADIR%%/plugins/textmate/lib/bundles/twig/src/hover/twig.json
-%%DATADIR%%/plugins/textmate/lib/bundles/twig/src/languages/twig.configuration.json
-%%DATADIR%%/plugins/textmate/lib/bundles/twig/src/snippets/snippets.json
-%%DATADIR%%/plugins/textmate/lib/bundles/twig/src/syntaxes/twig.tmLanguage
-%%DATADIR%%/plugins/textmate/lib/bundles/typescript-basics/.vscodeignore
-%%DATADIR%%/plugins/textmate/lib/bundles/typescript-basics/language-configuration.json
-%%DATADIR%%/plugins/textmate/lib/bundles/typescript-basics/package.json
-%%DATADIR%%/plugins/textmate/lib/bundles/typescript-basics/package.nls.json
-%%DATADIR%%/plugins/textmate/lib/bundles/typescript-basics/snippets/typescript.code-snippets
-%%DATADIR%%/plugins/textmate/lib/bundles/typescript-basics/syntaxes/Readme.md
-%%DATADIR%%/plugins/textmate/lib/bundles/typescript-basics/syntaxes/TypeScript.tmLanguage.json
-%%DATADIR%%/plugins/textmate/lib/bundles/typescript-basics/syntaxes/TypeScriptReact.tmLanguage.json
-%%DATADIR%%/plugins/textmate/lib/bundles/typescript-basics/syntaxes/jsdoc.js.injection.tmLanguage.json
-%%DATADIR%%/plugins/textmate/lib/bundles/typescript-basics/syntaxes/jsdoc.ts.injection.tmLanguage.json
-%%DATADIR%%/plugins/textmate/lib/bundles/vb/.vscodeignore
-%%DATADIR%%/plugins/textmate/lib/bundles/vb/language-configuration.json
-%%DATADIR%%/plugins/textmate/lib/bundles/vb/package.json
-%%DATADIR%%/plugins/textmate/lib/bundles/vb/package.nls.json
-%%DATADIR%%/plugins/textmate/lib/bundles/vb/snippets/vb.code-snippets
-%%DATADIR%%/plugins/textmate/lib/bundles/vb/syntaxes/asp-vb-net.tmLanguage.json
-%%DATADIR%%/plugins/textmate/lib/bundles/viml/LICENSE.txt
-%%DATADIR%%/plugins/textmate/lib/bundles/viml/grammars/viml.json
-%%DATADIR%%/plugins/textmate/lib/bundles/viml/package.json
-%%DATADIR%%/plugins/textmate/lib/bundles/xml/.vscodeignore
-%%DATADIR%%/plugins/textmate/lib/bundles/xml/package.json
-%%DATADIR%%/plugins/textmate/lib/bundles/xml/package.nls.json
-%%DATADIR%%/plugins/textmate/lib/bundles/xml/syntaxes/xml.tmLanguage.json
-%%DATADIR%%/plugins/textmate/lib/bundles/xml/syntaxes/xsl.tmLanguage.json
-%%DATADIR%%/plugins/textmate/lib/bundles/xml/xml.language-configuration.json
-%%DATADIR%%/plugins/textmate/lib/bundles/xml/xsl.language-configuration.json
-%%DATADIR%%/plugins/textmate/lib/bundles/yaml/.vscodeignore
-%%DATADIR%%/plugins/textmate/lib/bundles/yaml/language-configuration.json
-%%DATADIR%%/plugins/textmate/lib/bundles/yaml/package.json
-%%DATADIR%%/plugins/textmate/lib/bundles/yaml/package.nls.json
-%%DATADIR%%/plugins/textmate/lib/bundles/yaml/syntaxes/yaml.tmLanguage.json
-%%DATADIR%%/plugins/textmate/lib/joni.jar
-%%DATADIR%%/plugins/textmate/lib/textmate.jar
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/adoc/LICENSE
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/adoc/README.md
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/adoc/asciidoc-language-configuration.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/adoc/package.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/adoc/snippets/snippets.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/adoc/syntaxes/Asciidoctor.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/bat/.vscodeignore
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/bat/language-configuration.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/bat/package.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/bat/package.nls.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/bat/snippets/batchfile.code-snippets
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/bat/syntaxes/batchfile.tmLanguage.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/bicep/package.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/bicep/syntaxes/bicep.codeblock.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/bicep/syntaxes/bicep.tmlanguage
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/bicep/syntaxes/language-configuration.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/bicepparam/package.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/clojure/.vscodeignore
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/clojure/language-configuration.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/clojure/package.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/clojure/package.nls.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/clojure/syntaxes/clojure.tmLanguage.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/cmake/LICENSE
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/cmake/README.md
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/cmake/package.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/cmake/syntaxes/CMake.tmLanguage
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/cmake/syntaxes/CMakeCache.tmLanguage
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/coffeescript/.vscodeignore
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/coffeescript/language-configuration.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/coffeescript/package.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/coffeescript/package.nls.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/coffeescript/snippets/coffeescript.code-snippets
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/coffeescript/syntaxes/coffeescript.tmLanguage.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/cpp/.vscodeignore
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/cpp/language-configuration.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/cpp/package.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/cpp/package.nls.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/cpp/snippets/c.code-snippets
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/cpp/snippets/cpp.code-snippets
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/cpp/syntaxes/c.tmLanguage.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/cpp/syntaxes/cpp.embedded.macro.tmLanguage.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/cpp/syntaxes/cpp.tmLanguage.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/cpp/syntaxes/cuda-cpp.tmLanguage.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/cpp/syntaxes/platform.tmLanguage.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/csharp/.vscodeignore
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/csharp/language-configuration.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/csharp/package.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/csharp/package.nls.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/csharp/snippets/csharp.code-snippets
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/csharp/syntaxes/csharp.tmLanguage.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/css/.vscode/launch.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/css/.vscodeignore
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/css/language-configuration.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/css/package.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/css/package.nls.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/css/syntaxes/css.tmLanguage.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/dart/.vscodeignore
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/dart/language-configuration.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/dart/package.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/dart/package.nls.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/dart/syntaxes/dart.tmLanguage.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/diff/.vscodeignore
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/diff/language-configuration.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/diff/package.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/diff/package.nls.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/diff/syntaxes/diff.tmLanguage.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/docker/.vscodeignore
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/docker/language-configuration.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/docker/package.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/docker/package.nls.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/docker/syntaxes/docker.tmLanguage.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/erlang/grammar/Erlang.plist
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/erlang/language-configuration.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/erlang/package.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/fsharp/.vscodeignore
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/fsharp/language-configuration.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/fsharp/package.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/fsharp/package.nls.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/fsharp/snippets/fsharp.code-snippets
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/fsharp/syntaxes/fsharp.tmLanguage.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/git-base/.vscodeignore
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/git-base/README.md
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/git-base/languages/git-commit.language-configuration.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/git-base/languages/git-rebase.language-configuration.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/git-base/languages/ignore.language-configuration.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/git-base/package.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/git-base/package.nls.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/git-base/syntaxes/git-commit.tmLanguage.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/git-base/syntaxes/git-rebase.tmLanguage.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/git-base/syntaxes/ignore.tmLanguage.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/git-base/tsconfig.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/go/.vscodeignore
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/go/language-configuration.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/go/package.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/go/package.nls.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/go/syntaxes/go.tmLanguage.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/groovy/.vscodeignore
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/groovy/language-configuration.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/groovy/package.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/groovy/package.nls.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/groovy/snippets/groovy.code-snippets
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/groovy/syntaxes/groovy.tmLanguage.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/handlebars/.vscodeignore
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/handlebars/language-configuration.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/handlebars/package.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/handlebars/package.nls.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/handlebars/syntaxes/Handlebars.tmLanguage.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/hcl/LICENSE
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/hcl/README.md
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/hcl/language-configuration.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/hcl/package.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/hcl/syntaxes/hcl.tmGrammar.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/hlsl/.vscodeignore
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/hlsl/language-configuration.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/hlsl/package.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/hlsl/package.nls.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/hlsl/syntaxes/hlsl.tmLanguage.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/html/.vscodeignore
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/html/language-configuration.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/html/package.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/html/package.nls.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/html/snippets/html.code-snippets
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/html/syntaxes/html-derivative.tmLanguage.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/html/syntaxes/html.tmLanguage.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/ini/.vscodeignore
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/ini/ini.language-configuration.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/ini/package.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/ini/package.nls.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/ini/properties.language-configuration.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/ini/syntaxes/ini.tmLanguage.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/java/.vscodeignore
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/java/language-configuration.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/java/package.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/java/package.nls.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/java/snippets/java.code-snippets
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/java/syntaxes/java.tmLanguage.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/javascript/.vscodeignore
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/javascript/javascript-language-configuration.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/javascript/package.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/javascript/package.nls.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/javascript/snippets/javascript.code-snippets
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/javascript/syntaxes/JavaScript.tmLanguage.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/javascript/syntaxes/JavaScriptReact.tmLanguage.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/javascript/syntaxes/Readme.md
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/javascript/syntaxes/Regular Expressions (JavaScript).tmLanguage
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/javascript/tags-language-configuration.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/json/.vscodeignore
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/json/language-configuration.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/json/package.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/json/package.nls.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/json/syntaxes/JSON.tmLanguage.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/json/syntaxes/JSONC.tmLanguage.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/json/syntaxes/JSONL.tmLanguage.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/json/syntaxes/snippets.tmLanguage.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/jsp/LICENSE
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/jsp/README.md
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/jsp/jsp-configuration.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/jsp/package.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/jsp/syntaxes/jsp.tmLanguage.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/julia/.vscodeignore
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/julia/language-configuration.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/julia/package.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/julia/package.nls.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/julia/syntaxes/julia.tmLanguage.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/kconfig/LICENSE
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/kconfig/language-configuration.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/kconfig/package.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/kconfig/syntaxes/kconfig.tmGrammar.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/kotlin/info.plist
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/kotlin/snippets/class.tmSnippet
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/kotlin/snippets/println.tmSnippet
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/kotlin/syntaxes/Kotlin.tmLanguage
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/latex/.vscodeignore
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/latex/cpp-bailout-license.txt
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/latex/latex-cpp-embedded-language-configuration.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/latex/latex-language-configuration.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/latex/markdown-latex-combined-language-configuration.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/latex/markdown-latex-combined-license.txt
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/latex/package.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/latex/package.nls.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/latex/syntaxes/Bibtex.tmLanguage.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/latex/syntaxes/LaTeX.tmLanguage.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/latex/syntaxes/TeX.tmLanguage.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/latex/syntaxes/cpp-grammar-bailout.tmLanguage.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/latex/syntaxes/markdown-latex-combined.tmLanguage.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/less/.vscodeignore
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/less/language-configuration.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/less/package.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/less/package.nls.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/less/syntaxes/less.tmLanguage.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/log/.vscodeignore
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/log/package.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/log/package.nls.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/log/syntaxes/log.tmLanguage.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/lua/.vscodeignore
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/lua/language-configuration.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/lua/package.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/lua/package.nls.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/lua/syntaxes/lua.tmLanguage.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/make/.vscodeignore
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/make/language-configuration.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/make/package.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/make/package.nls.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/make/syntaxes/make.tmLanguage.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/markdown-basics/.vscodeignore
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/markdown-basics/language-configuration.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/markdown-basics/package.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/markdown-basics/package.nls.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/markdown-basics/snippets/markdown.code-snippets
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/markdown-basics/syntaxes/markdown.tmLanguage.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/markdown-math/.gitignore
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/markdown-math/.vscodeignore
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/markdown-math/README.md
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/markdown-math/notebook/tsconfig.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/markdown-math/package.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/markdown-math/package.nls.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/markdown-math/preview-styles/index.css
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/markdown-math/syntaxes/md-math-block.tmLanguage.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/markdown-math/syntaxes/md-math-inline.tmLanguage.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/markdown-math/syntaxes/md-math.tmLanguage.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/markdown-math/tsconfig.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/mdx/language-configuration.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/mdx/license
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/mdx/package.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/mdx/syntaxes/mdx.markdown.tmLanguage.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/mdx/syntaxes/mdx.tmLanguage.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/mdx/syntaxes/source.mdx.tmLanguage
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/objective-c/.vscodeignore
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/objective-c/language-configuration.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/objective-c/package.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/objective-c/package.nls.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/objective-c/syntaxes/objective-c++.tmLanguage.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/objective-c/syntaxes/objective-c.tmLanguage.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/perl/.vscodeignore
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/perl/package.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/perl/package.nls.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/perl/perl.language-configuration.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/perl/perl6.language-configuration.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/perl/syntaxes/perl.tmLanguage.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/perl/syntaxes/perl6.tmLanguage.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/php/.vscode/launch.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/php/.vscode/tasks.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/php/.vscodeignore
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/php/language-configuration.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/php/package.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/php/package.nls.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/php/snippets/php.code-snippets
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/php/syntaxes/html.tmLanguage.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/php/syntaxes/php.tmLanguage.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/powershell/.vscodeignore
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/powershell/language-configuration.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/powershell/package.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/powershell/package.nls.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/powershell/snippets/powershell.code-snippets
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/powershell/syntaxes/powershell.tmLanguage.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/pug/.vscodeignore
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/pug/language-configuration.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/pug/package.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/pug/package.nls.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/pug/syntaxes/pug.tmLanguage.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/python/.vscode/launch.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/python/.vscode/tasks.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/python/.vscodeignore
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/python/language-configuration.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/python/package.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/python/package.nls.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/python/syntaxes/MagicPython.tmLanguage.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/python/syntaxes/MagicRegExp.tmLanguage.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/r/.vscodeignore
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/r/language-configuration.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/r/package.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/r/package.nls.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/r/syntaxes/r.tmLanguage.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/razor/.vscodeignore
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/razor/language-configuration.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/razor/package.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/razor/package.nls.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/razor/syntaxes/cshtml.tmLanguage.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/restructuredtext/.vscodeignore
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/restructuredtext/language-configuration.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/restructuredtext/package.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/restructuredtext/package.nls.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/restructuredtext/syntaxes/rst.tmLanguage.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/ruby/.vscodeignore
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/ruby/language-configuration.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/ruby/package.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/ruby/package.nls.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/ruby/syntaxes/ruby.tmLanguage.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/rust/.vscodeignore
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/rust/language-configuration.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/rust/package.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/rust/package.nls.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/rust/syntaxes/rust.tmLanguage.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/scss/.vscodeignore
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/scss/language-configuration.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/scss/package.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/scss/package.nls.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/scss/syntaxes/sassdoc.tmLanguage.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/scss/syntaxes/scss.tmLanguage.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/search-result/.vscodeignore
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/search-result/README.md
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/search-result/package.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/search-result/package.nls.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/search-result/syntaxes/searchResult.tmLanguage.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/search-result/tsconfig.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/shaderlab/.vscodeignore
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/shaderlab/language-configuration.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/shaderlab/package.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/shaderlab/package.nls.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/shaderlab/syntaxes/shaderlab.tmLanguage.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/shellscript/.vscodeignore
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/shellscript/language-configuration.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/shellscript/package.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/shellscript/package.nls.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/shellscript/syntaxes/shell-unix-bash.tmLanguage.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/sql/.vscodeignore
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/sql/language-configuration.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/sql/package.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/sql/package.nls.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/sql/syntaxes/sql.tmLanguage.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/swift/.vscodeignore
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/swift/LICENSE.md
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/swift/language-configuration.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/swift/package.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/swift/package.nls.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/swift/snippets/swift.code-snippets
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/swift/syntaxes/swift.tmLanguage.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/terraform/LICENSE
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/terraform/README.md
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/terraform/language-configuration.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/terraform/package.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/terraform/snippets/terraform.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/terraform/syntaxes/hcl.tmGrammar.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/terraform/syntaxes/terraform.tmGrammar.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/twig/LICENSE.md
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/twig/README.md
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/twig/package.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/twig/snippets/snippets.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/twig/src/extension.js
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/twig/src/hover/filters.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/twig/src/hover/functions.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/twig/src/hover/twig.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/twig/src/languages/twig.configuration.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/twig/src/snippets/snippets.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/twig/src/syntaxes/twig.tmLanguage
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/typescript-basics/.vscodeignore
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/typescript-basics/language-configuration.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/typescript-basics/package.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/typescript-basics/package.nls.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/typescript-basics/snippets/typescript.code-snippets
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/typescript-basics/syntaxes/Readme.md
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/typescript-basics/syntaxes/TypeScript.tmLanguage.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/typescript-basics/syntaxes/TypeScriptReact.tmLanguage.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/typescript-basics/syntaxes/jsdoc.js.injection.tmLanguage.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/typescript-basics/syntaxes/jsdoc.ts.injection.tmLanguage.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/vb/.vscodeignore
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/vb/language-configuration.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/vb/package.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/vb/package.nls.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/vb/snippets/vb.code-snippets
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/vb/syntaxes/asp-vb-net.tmLanguage.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/viml/LICENSE.txt
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/viml/grammars/viml.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/viml/package.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/xml/.vscodeignore
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/xml/package.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/xml/package.nls.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/xml/syntaxes/xml.tmLanguage.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/xml/syntaxes/xsl.tmLanguage.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/xml/xml.language-configuration.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/xml/xsl.language-configuration.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/yaml/.vscodeignore
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/yaml/language-configuration.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/yaml/package.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/yaml/package.nls.json
+%%DATADIR%%/plugins/textmate-plugin/lib/bundles/yaml/syntaxes/yaml.tmLanguage.json
+%%DATADIR%%/plugins/textmate-plugin/lib/modules/intellij.textmate.backend.jar
+%%DATADIR%%/plugins/textmate-plugin/lib/modules/intellij.textmate.common.jar
+%%DATADIR%%/plugins/textmate-plugin/lib/modules/intellij.textmate.core.jar
+%%DATADIR%%/plugins/textmate-plugin/lib/modules/intellij.textmate.frontend.split.jar
+%%DATADIR%%/plugins/textmate-plugin/lib/modules/intellij.textmate.jar
+%%DATADIR%%/plugins/textmate-plugin/lib/modules/intellij.textmate.joni.jar
+%%DATADIR%%/plugins/textmate-plugin/lib/textmate-plugin.jar
%%DATADIR%%/plugins/toml/lib/modules/intellij.toml.backend.jar
%%DATADIR%%/plugins/toml/lib/modules/intellij.toml.frontend.jar
%%DATADIR%%/plugins/toml/lib/modules/intellij.toml.frontend.split.jar
@@ -12630,56 +13487,72 @@ share/applications/clion.desktop
%%DATADIR%%/plugins/vcs-git/lib/modules/intellij.vcs.git.frontend.jar
%%DATADIR%%/plugins/vcs-git/lib/vcs-git-frontend.jar
%%DATADIR%%/plugins/vcs-git/lib/vcs-git.jar
-%%DATADIR%%/plugins/vcs-github-IU/lib/modules/intellij.vcs.github.git.jar
-%%DATADIR%%/plugins/vcs-github-IU/lib/vcs-github.jar
-%%DATADIR%%/plugins/vcs-gitlab-IU/lib/modules/intellij.vcs.gitlab.git.jar
-%%DATADIR%%/plugins/vcs-gitlab-IU/lib/modules/intellij.vcs.gitlab.ultimate.ci.sh.jar
-%%DATADIR%%/plugins/vcs-gitlab-IU/lib/modules/intellij.vcs.gitlab.ultimate.features.jar
-%%DATADIR%%/plugins/vcs-gitlab-IU/lib/modules/intellij.vcs.gitlab.yaml.jar
-%%DATADIR%%/plugins/vcs-gitlab-IU/lib/vcs-gitlab.jar
+%%DATADIR%%/plugins/vcs-github/lib/modules/intellij.vcs.github.git.jar
+%%DATADIR%%/plugins/vcs-github/lib/modules/intellij.vcs.github.json.jar
+%%DATADIR%%/plugins/vcs-github/lib/modules/intellij.vcs.github.tracker.jar
+%%DATADIR%%/plugins/vcs-github/lib/modules/intellij.vcs.github.ultimate.cron.jar
+%%DATADIR%%/plugins/vcs-github/lib/modules/intellij.vcs.github.ultimate.docker.jar
+%%DATADIR%%/plugins/vcs-github/lib/modules/intellij.vcs.github.ultimate.features.jar
+%%DATADIR%%/plugins/vcs-github/lib/modules/intellij.vcs.github.ultimatePromo.jar
+%%DATADIR%%/plugins/vcs-github/lib/vcs-github.jar
+%%DATADIR%%/plugins/vcs-gitlab/lib/modules/intellij.vcs.gitlab.git.jar
+%%DATADIR%%/plugins/vcs-gitlab/lib/modules/intellij.vcs.gitlab.ultimate.ci.sh.jar
+%%DATADIR%%/plugins/vcs-gitlab/lib/modules/intellij.vcs.gitlab.ultimate.features.jar
+%%DATADIR%%/plugins/vcs-gitlab/lib/modules/intellij.vcs.gitlab.yaml.jar
+%%DATADIR%%/plugins/vcs-gitlab/lib/vcs-gitlab.jar
%%DATADIR%%/plugins/vcs-hg/lib/vcs-hg.jar
%%DATADIR%%/plugins/vcs-perforce/lib/vcs-perforce.jar
%%DATADIR%%/plugins/vcs-svn/lib/sqlite.jar
%%DATADIR%%/plugins/vcs-svn/lib/vcs-svn.jar
%%DATADIR%%/plugins/vitejs/lib/vitejs.jar
-%%DATADIR%%/plugins/vuejs/lib/commons-text.jar
-%%DATADIR%%/plugins/vuejs/lib/vuejs.jar
-%%DATADIR%%/plugins/vuejs/typescript-vue-plugin/node_modules/@vue/typescript-plugin/README.md
-%%DATADIR%%/plugins/vuejs/typescript-vue-plugin/node_modules/@vue/typescript-plugin/index.js
-%%DATADIR%%/plugins/vuejs/typescript-vue-plugin/node_modules/@vue/typescript-plugin/package-lock.json
-%%DATADIR%%/plugins/vuejs/typescript-vue-plugin/node_modules/@vue/typescript-plugin/package.json
-%%DATADIR%%/plugins/vuejs/typescript-vue-plugin/node_modules/@vue/typescript-plugin/rolldown.config.ts
-%%DATADIR%%/plugins/vuejs/vue-language-server/.gitignore
-%%DATADIR%%/plugins/vuejs/vue-language-server/README.md
-%%DATADIR%%/plugins/vuejs/vue-language-server/bin/vue-language-server.js
-%%DATADIR%%/plugins/vuejs/vue-language-server/build.js
-%%DATADIR%%/plugins/vuejs/vue-language-server/package-lock.json
-%%DATADIR%%/plugins/vuejs/vue-language-server/package.json
-%%DATADIR%%/plugins/vuejs/vue-service/node_modules/entities/LICENSE
-%%DATADIR%%/plugins/vuejs/vue-service/node_modules/entities/lib/decode.js
-%%DATADIR%%/plugins/vuejs/vue-service/node_modules/entities/lib/decode_codepoint.js
-%%DATADIR%%/plugins/vuejs/vue-service/node_modules/entities/lib/encode.js
-%%DATADIR%%/plugins/vuejs/vue-service/node_modules/entities/lib/index.js
-%%DATADIR%%/plugins/vuejs/vue-service/node_modules/entities/lib/maps/decode.json
-%%DATADIR%%/plugins/vuejs/vue-service/node_modules/entities/lib/maps/entities.json
-%%DATADIR%%/plugins/vuejs/vue-service/node_modules/entities/lib/maps/legacy.json
-%%DATADIR%%/plugins/vuejs/vue-service/node_modules/entities/lib/maps/xml.json
-%%DATADIR%%/plugins/vuejs/vue-service/node_modules/entities/package.json
-%%DATADIR%%/plugins/vuejs/vue-service/node_modules/entities/readme.md
-%%DATADIR%%/plugins/vuejs/vue-service/node_modules/htmlparser2/LICENSE
-%%DATADIR%%/plugins/vuejs/vue-service/node_modules/htmlparser2/README.md
-%%DATADIR%%/plugins/vuejs/vue-service/node_modules/htmlparser2/lib/CollectingHandler.js
-%%DATADIR%%/plugins/vuejs/vue-service/node_modules/htmlparser2/lib/FeedHandler.js
-%%DATADIR%%/plugins/vuejs/vue-service/node_modules/htmlparser2/lib/MultiplexHandler.js
-%%DATADIR%%/plugins/vuejs/vue-service/node_modules/htmlparser2/lib/Parser.js
-%%DATADIR%%/plugins/vuejs/vue-service/node_modules/htmlparser2/lib/Tokenizer.js
-%%DATADIR%%/plugins/vuejs/vue-service/node_modules/htmlparser2/lib/WritableStream.js
-%%DATADIR%%/plugins/vuejs/vue-service/node_modules/htmlparser2/lib/index.js
-%%DATADIR%%/plugins/vuejs/vue-service/node_modules/htmlparser2/package.json
-%%DATADIR%%/plugins/vuejs/vue-service/node_modules/ws-typescript-vue-plugin/index.js
-%%DATADIR%%/plugins/vuejs/vue-service/node_modules/ws-typescript-vue-plugin/package.json
-%%DATADIR%%/plugins/vuejs/vue-service/node_modules/ws-typescript-vue-plugin/transformVueSfcFile.js
-%%DATADIR%%/plugins/vuejs/vue-service/node_modules/ws-typescript-vue-plugin/vueScriptCache.js
+%%DATADIR%%/plugins/vuejs-plugin/lib/modules/intellij.vuejs.backend.jar
+%%DATADIR%%/plugins/vuejs-plugin/lib/modules/intellij.vuejs.common.jar
+%%DATADIR%%/plugins/vuejs-plugin/lib/modules/intellij.vuejs.copyright.jar
+%%DATADIR%%/plugins/vuejs-plugin/lib/modules/intellij.vuejs.debugger.jar
+%%DATADIR%%/plugins/vuejs-plugin/lib/modules/intellij.vuejs.markdown.jar
+%%DATADIR%%/plugins/vuejs-plugin/lib/modules/intellij.vuejs.prettier.jar
+%%DATADIR%%/plugins/vuejs-plugin/lib/vuejs-plugin.jar
+%%DATADIR%%/plugins/vuejs-plugin/vue-language-tools/README.md
+%%DATADIR%%/plugins/vuejs-plugin/vue-language-tools/language-server/.gitignore
+%%DATADIR%%/plugins/vuejs-plugin/vue-language-tools/language-server/2.2.10/bin/vue-language-server.js
+%%DATADIR%%/plugins/vuejs-plugin/vue-language-tools/language-server/2.2.10/build.js
+%%DATADIR%%/plugins/vuejs-plugin/vue-language-tools/language-server/2.2.10/package-lock.json
+%%DATADIR%%/plugins/vuejs-plugin/vue-language-tools/language-server/2.2.10/package.json
+%%DATADIR%%/plugins/vuejs-plugin/vue-language-tools/language-server/README.md
+%%DATADIR%%/plugins/vuejs-plugin/vue-language-tools/typescript-plugin/3.0.1/node_modules/@vue/typescript-plugin/index.js
+%%DATADIR%%/plugins/vuejs-plugin/vue-language-tools/typescript-plugin/3.0.1/node_modules/@vue/typescript-plugin/package-lock.json
+%%DATADIR%%/plugins/vuejs-plugin/vue-language-tools/typescript-plugin/3.0.1/node_modules/@vue/typescript-plugin/package.json
+%%DATADIR%%/plugins/vuejs-plugin/vue-language-tools/typescript-plugin/3.0.1/node_modules/@vue/typescript-plugin/rolldown.config.ts
+%%DATADIR%%/plugins/vuejs-plugin/vue-language-tools/typescript-plugin/3.1.8/node_modules/@vue/typescript-plugin/index.js
+%%DATADIR%%/plugins/vuejs-plugin/vue-language-tools/typescript-plugin/3.1.8/node_modules/@vue/typescript-plugin/package-lock.json
+%%DATADIR%%/plugins/vuejs-plugin/vue-language-tools/typescript-plugin/3.1.8/node_modules/@vue/typescript-plugin/package.json
+%%DATADIR%%/plugins/vuejs-plugin/vue-language-tools/typescript-plugin/3.1.8/node_modules/@vue/typescript-plugin/rolldown.config.ts
+%%DATADIR%%/plugins/vuejs-plugin/vue-language-tools/typescript-plugin/README.md
+%%DATADIR%%/plugins/vuejs-plugin/vue-service/node_modules/entities/LICENSE
+%%DATADIR%%/plugins/vuejs-plugin/vue-service/node_modules/entities/lib/decode.js
+%%DATADIR%%/plugins/vuejs-plugin/vue-service/node_modules/entities/lib/decode_codepoint.js
+%%DATADIR%%/plugins/vuejs-plugin/vue-service/node_modules/entities/lib/encode.js
+%%DATADIR%%/plugins/vuejs-plugin/vue-service/node_modules/entities/lib/index.js
+%%DATADIR%%/plugins/vuejs-plugin/vue-service/node_modules/entities/lib/maps/decode.json
+%%DATADIR%%/plugins/vuejs-plugin/vue-service/node_modules/entities/lib/maps/entities.json
+%%DATADIR%%/plugins/vuejs-plugin/vue-service/node_modules/entities/lib/maps/legacy.json
+%%DATADIR%%/plugins/vuejs-plugin/vue-service/node_modules/entities/lib/maps/xml.json
+%%DATADIR%%/plugins/vuejs-plugin/vue-service/node_modules/entities/package.json
+%%DATADIR%%/plugins/vuejs-plugin/vue-service/node_modules/entities/readme.md
+%%DATADIR%%/plugins/vuejs-plugin/vue-service/node_modules/htmlparser2/LICENSE
+%%DATADIR%%/plugins/vuejs-plugin/vue-service/node_modules/htmlparser2/README.md
+%%DATADIR%%/plugins/vuejs-plugin/vue-service/node_modules/htmlparser2/lib/CollectingHandler.js
+%%DATADIR%%/plugins/vuejs-plugin/vue-service/node_modules/htmlparser2/lib/FeedHandler.js
+%%DATADIR%%/plugins/vuejs-plugin/vue-service/node_modules/htmlparser2/lib/MultiplexHandler.js
+%%DATADIR%%/plugins/vuejs-plugin/vue-service/node_modules/htmlparser2/lib/Parser.js
+%%DATADIR%%/plugins/vuejs-plugin/vue-service/node_modules/htmlparser2/lib/Tokenizer.js
+%%DATADIR%%/plugins/vuejs-plugin/vue-service/node_modules/htmlparser2/lib/WritableStream.js
+%%DATADIR%%/plugins/vuejs-plugin/vue-service/node_modules/htmlparser2/lib/index.js
+%%DATADIR%%/plugins/vuejs-plugin/vue-service/node_modules/htmlparser2/package.json
+%%DATADIR%%/plugins/vuejs-plugin/vue-service/node_modules/ws-typescript-vue-plugin/index.js
+%%DATADIR%%/plugins/vuejs-plugin/vue-service/node_modules/ws-typescript-vue-plugin/package.json
+%%DATADIR%%/plugins/vuejs-plugin/vue-service/node_modules/ws-typescript-vue-plugin/transformVueSfcFile.js
+%%DATADIR%%/plugins/vuejs-plugin/vue-service/node_modules/ws-typescript-vue-plugin/vueScriptCache.js
%%DATADIR%%/plugins/webComponents/lib/webComponents.jar
%%DATADIR%%/plugins/webDeployment/lib/commons vfs.jar
%%DATADIR%%/plugins/webDeployment/lib/commons-net.jar
@@ -12691,6 +13564,7 @@ share/applications/clion.desktop
%%DATADIR%%/plugins/xpath/lib/xpath.jar
%%DATADIR%%/plugins/yaml/lib/modules/intellij.yaml.backend.jar
%%DATADIR%%/plugins/yaml/lib/modules/intellij.yaml.frontend.split.jar
+%%DATADIR%%/plugins/yaml/lib/modules/intellij.yaml.helm.jar
%%DATADIR%%/plugins/yaml/lib/yaml.jar
%%DATADIR%%/product-info.json
share/man/man1/clion.1.gz