added ignore files

This commit is contained in:
2024-03-06 15:25:53 +01:00
parent ef23c9f6e6
commit 7fee6fcb37
218 changed files with 1849 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
/__init__.py
/distro.py
/six.py
/typing_extensions.py
/vendor.txt

View File

@@ -0,0 +1,4 @@
/__init__.cpython-310.pyc
/distro.cpython-310.pyc
/six.cpython-310.pyc
/typing_extensions.cpython-310.pyc

View File

@@ -0,0 +1,10 @@
/__init__.py
/_cmd.py
/adapter.py
/cache.py
/compat.py
/controller.py
/filewrapper.py
/heuristics.py
/serialize.py
/wrapper.py

View File

@@ -0,0 +1,10 @@
/__init__.cpython-310.pyc
/_cmd.cpython-310.pyc
/adapter.cpython-310.pyc
/cache.cpython-310.pyc
/compat.cpython-310.pyc
/controller.cpython-310.pyc
/filewrapper.cpython-310.pyc
/heuristics.cpython-310.pyc
/serialize.cpython-310.pyc
/wrapper.cpython-310.pyc

View File

@@ -0,0 +1,3 @@
/__init__.py
/file_cache.py
/redis_cache.py

View File

@@ -0,0 +1,3 @@
/__init__.cpython-310.pyc
/file_cache.cpython-310.pyc
/redis_cache.cpython-310.pyc

View File

@@ -0,0 +1,4 @@
/__init__.py
/__main__.py
/cacert.pem
/core.py

View File

@@ -0,0 +1,3 @@
/__init__.cpython-310.pyc
/__main__.cpython-310.pyc
/core.cpython-310.pyc

View File

@@ -0,0 +1,39 @@
/__init__.py
/big5freq.py
/big5prober.py
/chardistribution.py
/charsetgroupprober.py
/charsetprober.py
/codingstatemachine.py
/compat.py
/cp949prober.py
/enums.py
/escprober.py
/escsm.py
/eucjpprober.py
/euckrfreq.py
/euckrprober.py
/euctwfreq.py
/euctwprober.py
/gb2312freq.py
/gb2312prober.py
/hebrewprober.py
/jisfreq.py
/jpcntx.py
/langbulgarianmodel.py
/langgreekmodel.py
/langhebrewmodel.py
/langhungarianmodel.py
/langrussianmodel.py
/langthaimodel.py
/langturkishmodel.py
/latin1prober.py
/mbcharsetprober.py
/mbcsgroupprober.py
/mbcssm.py
/sbcharsetprober.py
/sbcsgroupprober.py
/sjisprober.py
/universaldetector.py
/utf8prober.py
/version.py

View File

@@ -0,0 +1,39 @@
/__init__.cpython-310.pyc
/big5freq.cpython-310.pyc
/big5prober.cpython-310.pyc
/chardistribution.cpython-310.pyc
/charsetgroupprober.cpython-310.pyc
/charsetprober.cpython-310.pyc
/codingstatemachine.cpython-310.pyc
/compat.cpython-310.pyc
/cp949prober.cpython-310.pyc
/enums.cpython-310.pyc
/escprober.cpython-310.pyc
/escsm.cpython-310.pyc
/eucjpprober.cpython-310.pyc
/euckrfreq.cpython-310.pyc
/euckrprober.cpython-310.pyc
/euctwfreq.cpython-310.pyc
/euctwprober.cpython-310.pyc
/gb2312freq.cpython-310.pyc
/gb2312prober.cpython-310.pyc
/hebrewprober.cpython-310.pyc
/jisfreq.cpython-310.pyc
/jpcntx.cpython-310.pyc
/langbulgarianmodel.cpython-310.pyc
/langgreekmodel.cpython-310.pyc
/langhebrewmodel.cpython-310.pyc
/langhungarianmodel.cpython-310.pyc
/langrussianmodel.cpython-310.pyc
/langthaimodel.cpython-310.pyc
/langturkishmodel.cpython-310.pyc
/latin1prober.cpython-310.pyc
/mbcharsetprober.cpython-310.pyc
/mbcsgroupprober.cpython-310.pyc
/mbcssm.cpython-310.pyc
/sbcharsetprober.cpython-310.pyc
/sbcsgroupprober.cpython-310.pyc
/sjisprober.cpython-310.pyc
/universaldetector.cpython-310.pyc
/utf8prober.cpython-310.pyc
/version.cpython-310.pyc

View File

@@ -0,0 +1,2 @@
/__init__.py
/chardetect.py

View File

@@ -0,0 +1,2 @@
/__init__.cpython-310.pyc
/chardetect.cpython-310.pyc

View File

@@ -0,0 +1,2 @@
/__init__.py
/languages.py

View File

@@ -0,0 +1,2 @@
/__init__.cpython-310.pyc
/languages.cpython-310.pyc

View File

@@ -0,0 +1,6 @@
/__init__.py
/ansi.py
/ansitowin32.py
/initialise.py
/win32.py
/winterm.py

View File

@@ -0,0 +1,6 @@
/__init__.cpython-310.pyc
/ansi.cpython-310.pyc
/ansitowin32.cpython-310.pyc
/initialise.cpython-310.pyc
/win32.cpython-310.pyc
/winterm.cpython-310.pyc

View File

@@ -0,0 +1,13 @@
/__init__.py
/compat.py
/database.py
/index.py
/locators.py
/manifest.py
/markers.py
/metadata.py
/resources.py
/scripts.py
/util.py
/version.py
/wheel.py

View File

@@ -0,0 +1,13 @@
/__init__.cpython-310.pyc
/compat.cpython-310.pyc
/database.cpython-310.pyc
/index.cpython-310.pyc
/locators.cpython-310.pyc
/manifest.cpython-310.pyc
/markers.cpython-310.pyc
/metadata.cpython-310.pyc
/resources.cpython-310.pyc
/scripts.cpython-310.pyc
/util.cpython-310.pyc
/version.cpython-310.pyc
/wheel.cpython-310.pyc

View File

@@ -0,0 +1,8 @@
/__init__.py
/_ihatexml.py
/_inputstream.py
/_tokenizer.py
/_utils.py
/constants.py
/html5parser.py
/serializer.py

View File

@@ -0,0 +1,8 @@
/__init__.cpython-310.pyc
/_ihatexml.cpython-310.pyc
/_inputstream.cpython-310.pyc
/_tokenizer.cpython-310.pyc
/_utils.cpython-310.pyc
/constants.cpython-310.pyc
/html5parser.cpython-310.pyc
/serializer.cpython-310.pyc

View File

@@ -0,0 +1,3 @@
/__init__.py
/_base.py
/py.py

View File

@@ -0,0 +1,3 @@
/__init__.cpython-310.pyc
/_base.cpython-310.pyc
/py.cpython-310.pyc

View File

@@ -0,0 +1,8 @@
/__init__.py
/alphabeticalattributes.py
/base.py
/inject_meta_charset.py
/lint.py
/optionaltags.py
/sanitizer.py
/whitespace.py

View File

@@ -0,0 +1,8 @@
/__init__.cpython-310.pyc
/alphabeticalattributes.cpython-310.pyc
/base.cpython-310.pyc
/inject_meta_charset.cpython-310.pyc
/lint.cpython-310.pyc
/optionaltags.cpython-310.pyc
/sanitizer.cpython-310.pyc
/whitespace.cpython-310.pyc

View File

@@ -0,0 +1,3 @@
/__init__.py
/genshi.py
/sax.py

View File

@@ -0,0 +1,3 @@
/__init__.cpython-310.pyc
/genshi.cpython-310.pyc
/sax.cpython-310.pyc

View File

@@ -0,0 +1,5 @@
/__init__.py
/base.py
/dom.py
/etree.py
/etree_lxml.py

View File

@@ -0,0 +1,5 @@
/__init__.cpython-310.pyc
/base.cpython-310.pyc
/dom.cpython-310.pyc
/etree.cpython-310.pyc
/etree_lxml.cpython-310.pyc

View File

@@ -0,0 +1,6 @@
/__init__.py
/base.py
/dom.py
/etree.py
/etree_lxml.py
/genshi.py

View File

@@ -0,0 +1,6 @@
/__init__.cpython-310.pyc
/base.cpython-310.pyc
/dom.cpython-310.pyc
/etree.cpython-310.pyc
/etree_lxml.cpython-310.pyc
/genshi.cpython-310.pyc

View File

@@ -0,0 +1,8 @@
/__init__.py
/codec.py
/compat.py
/core.py
/idnadata.py
/intranges.py
/package_data.py
/uts46data.py

View File

@@ -0,0 +1,8 @@
/__init__.cpython-310.pyc
/codec.cpython-310.pyc
/compat.cpython-310.pyc
/core.cpython-310.pyc
/idnadata.cpython-310.pyc
/intranges.cpython-310.pyc
/package_data.cpython-310.pyc
/uts46data.cpython-310.pyc

View File

@@ -0,0 +1,5 @@
/__init__.py
/_version.py
/exceptions.py
/ext.py
/fallback.py

View File

@@ -0,0 +1,5 @@
/__init__.cpython-310.pyc
/_version.cpython-310.pyc
/exceptions.cpython-310.pyc
/ext.cpython-310.pyc
/fallback.cpython-310.pyc

View File

@@ -0,0 +1,11 @@
/__about__.py
/__init__.py
/_manylinux.py
/_musllinux.py
/_structures.py
/markers.py
/requirements.py
/specifiers.py
/tags.py
/utils.py
/version.py

View File

@@ -0,0 +1,11 @@
/__about__.cpython-310.pyc
/__init__.cpython-310.pyc
/_manylinux.cpython-310.pyc
/_musllinux.cpython-310.pyc
/_structures.cpython-310.pyc
/markers.cpython-310.pyc
/requirements.cpython-310.pyc
/specifiers.cpython-310.pyc
/tags.cpython-310.pyc
/utils.cpython-310.pyc
/version.cpython-310.pyc

View File

@@ -0,0 +1,9 @@
/__init__.py
/build.py
/check.py
/colorlog.py
/compat.py
/dirtools.py
/envbuild.py
/meta.py
/wrappers.py

View File

@@ -0,0 +1,9 @@
/__init__.cpython-310.pyc
/build.cpython-310.pyc
/check.cpython-310.pyc
/colorlog.cpython-310.pyc
/compat.cpython-310.pyc
/dirtools.cpython-310.pyc
/envbuild.cpython-310.pyc
/meta.cpython-310.pyc
/wrappers.cpython-310.pyc

View File

@@ -0,0 +1,2 @@
/__init__.py
/_in_process.py

View File

@@ -0,0 +1,2 @@
/__init__.cpython-310.pyc
/_in_process.cpython-310.pyc

View File

@@ -0,0 +1,2 @@
/__init__.py
/py31compat.py

View File

@@ -0,0 +1,2 @@
/__init__.cpython-310.pyc
/py31compat.cpython-310.pyc

View File

@@ -0,0 +1,8 @@
/__init__.py
/__main__.py
/android.py
/api.py
/macos.py
/unix.py
/version.py
/windows.py

View File

@@ -0,0 +1,8 @@
/__init__.cpython-310.pyc
/__main__.cpython-310.pyc
/android.cpython-310.pyc
/api.cpython-310.pyc
/macos.cpython-310.pyc
/unix.cpython-310.pyc
/version.cpython-310.pyc
/windows.cpython-310.pyc

View File

@@ -0,0 +1,5 @@
/__init__.py
/bar.py
/colors.py
/counter.py
/spinner.py

View File

@@ -0,0 +1,5 @@
/__init__.cpython-310.pyc
/bar.cpython-310.pyc
/colors.cpython-310.pyc
/counter.cpython-310.pyc
/spinner.cpython-310.pyc

View File

@@ -0,0 +1,16 @@
/__init__.py
/__main__.py
/cmdline.py
/console.py
/filter.py
/formatter.py
/lexer.py
/modeline.py
/plugin.py
/regexopt.py
/scanner.py
/sphinxext.py
/style.py
/token.py
/unistring.py
/util.py

View File

@@ -0,0 +1,16 @@
/__init__.cpython-310.pyc
/__main__.cpython-310.pyc
/cmdline.cpython-310.pyc
/console.cpython-310.pyc
/filter.cpython-310.pyc
/formatter.cpython-310.pyc
/lexer.cpython-310.pyc
/modeline.cpython-310.pyc
/plugin.cpython-310.pyc
/regexopt.cpython-310.pyc
/scanner.cpython-310.pyc
/sphinxext.cpython-310.pyc
/style.cpython-310.pyc
/token.cpython-310.pyc
/unistring.cpython-310.pyc
/util.cpython-310.pyc

View File

@@ -0,0 +1 @@
/__init__.py

View File

@@ -0,0 +1 @@
/__init__.cpython-310.pyc

View File

@@ -0,0 +1,14 @@
/__init__.py
/_mapping.py
/bbcode.py
/groff.py
/html.py
/img.py
/irc.py
/latex.py
/other.py
/pangomarkup.py
/rtf.py
/svg.py
/terminal.py
/terminal256.py

View File

@@ -0,0 +1,14 @@
/__init__.cpython-310.pyc
/_mapping.cpython-310.pyc
/bbcode.cpython-310.pyc
/groff.cpython-310.pyc
/html.cpython-310.pyc
/img.cpython-310.pyc
/irc.cpython-310.pyc
/latex.cpython-310.pyc
/other.cpython-310.pyc
/pangomarkup.cpython-310.pyc
/rtf.cpython-310.pyc
/svg.cpython-310.pyc
/terminal.cpython-310.pyc
/terminal256.cpython-310.pyc

View File

@@ -0,0 +1,3 @@
/__init__.py
/_mapping.py
/python.py

View File

@@ -0,0 +1,3 @@
/__init__.cpython-310.pyc
/_mapping.cpython-310.pyc
/python.cpython-310.pyc

View File

@@ -0,0 +1 @@
/__init__.py

View File

@@ -0,0 +1 @@
/__init__.cpython-310.pyc

View File

@@ -0,0 +1,10 @@
/__init__.py
/actions.py
/common.py
/core.py
/exceptions.py
/helpers.py
/results.py
/testing.py
/unicode.py
/util.py

View File

@@ -0,0 +1,10 @@
/__init__.cpython-310.pyc
/actions.cpython-310.pyc
/common.cpython-310.pyc
/core.cpython-310.pyc
/exceptions.cpython-310.pyc
/helpers.cpython-310.pyc
/results.cpython-310.pyc
/testing.cpython-310.pyc
/unicode.cpython-310.pyc
/util.cpython-310.pyc

View File

@@ -0,0 +1 @@
/__init__.py

View File

@@ -0,0 +1 @@
/__init__.cpython-310.pyc

View File

@@ -0,0 +1,18 @@
/__init__.py
/__version__.py
/_internal_utils.py
/adapters.py
/api.py
/auth.py
/certs.py
/compat.py
/cookies.py
/exceptions.py
/help.py
/hooks.py
/models.py
/packages.py
/sessions.py
/status_codes.py
/structures.py
/utils.py

View File

@@ -0,0 +1,18 @@
/__init__.cpython-310.pyc
/__version__.cpython-310.pyc
/_internal_utils.cpython-310.pyc
/adapters.cpython-310.pyc
/api.cpython-310.pyc
/auth.cpython-310.pyc
/certs.cpython-310.pyc
/compat.cpython-310.pyc
/cookies.cpython-310.pyc
/exceptions.cpython-310.pyc
/help.cpython-310.pyc
/hooks.cpython-310.pyc
/models.cpython-310.pyc
/packages.cpython-310.pyc
/sessions.cpython-310.pyc
/status_codes.cpython-310.pyc
/structures.cpython-310.pyc
/utils.cpython-310.pyc

View File

@@ -0,0 +1,5 @@
/__init__.py
/providers.py
/reporters.py
/resolvers.py
/structs.py

View File

@@ -0,0 +1,5 @@
/__init__.cpython-310.pyc
/providers.cpython-310.pyc
/reporters.cpython-310.pyc
/resolvers.cpython-310.pyc
/structs.cpython-310.pyc

View File

@@ -0,0 +1,2 @@
/__init__.py
/collections_abc.py

View File

@@ -0,0 +1,2 @@
/__init__.cpython-310.pyc
/collections_abc.cpython-310.pyc

View File

@@ -0,0 +1,74 @@
/__init__.py
/__main__.py
/_cell_widths.py
/_emoji_codes.py
/_emoji_replace.py
/_extension.py
/_inspect.py
/_log_render.py
/_loop.py
/_lru_cache.py
/_palettes.py
/_pick.py
/_ratio.py
/_spinners.py
/_stack.py
/_timer.py
/_windows.py
/_wrap.py
/abc.py
/align.py
/ansi.py
/bar.py
/box.py
/cells.py
/color.py
/color_triplet.py
/columns.py
/console.py
/constrain.py
/containers.py
/control.py
/default_styles.py
/diagnose.py
/emoji.py
/errors.py
/file_proxy.py
/filesize.py
/highlighter.py
/json.py
/jupyter.py
/layout.py
/live.py
/live_render.py
/logging.py
/markup.py
/measure.py
/padding.py
/pager.py
/palette.py
/panel.py
/pretty.py
/progress.py
/progress_bar.py
/prompt.py
/protocol.py
/region.py
/repr.py
/rule.py
/scope.py
/screen.py
/segment.py
/spinner.py
/status.py
/style.py
/styled.py
/syntax.py
/table.py
/tabulate.py
/terminal_theme.py
/text.py
/theme.py
/themes.py
/traceback.py
/tree.py

View File

@@ -0,0 +1,74 @@
/__init__.cpython-310.pyc
/__main__.cpython-310.pyc
/_cell_widths.cpython-310.pyc
/_emoji_codes.cpython-310.pyc
/_emoji_replace.cpython-310.pyc
/_extension.cpython-310.pyc
/_inspect.cpython-310.pyc
/_log_render.cpython-310.pyc
/_loop.cpython-310.pyc
/_lru_cache.cpython-310.pyc
/_palettes.cpython-310.pyc
/_pick.cpython-310.pyc
/_ratio.cpython-310.pyc
/_spinners.cpython-310.pyc
/_stack.cpython-310.pyc
/_timer.cpython-310.pyc
/_windows.cpython-310.pyc
/_wrap.cpython-310.pyc
/abc.cpython-310.pyc
/align.cpython-310.pyc
/ansi.cpython-310.pyc
/bar.cpython-310.pyc
/box.cpython-310.pyc
/cells.cpython-310.pyc
/color.cpython-310.pyc
/color_triplet.cpython-310.pyc
/columns.cpython-310.pyc
/console.cpython-310.pyc
/constrain.cpython-310.pyc
/containers.cpython-310.pyc
/control.cpython-310.pyc
/default_styles.cpython-310.pyc
/diagnose.cpython-310.pyc
/emoji.cpython-310.pyc
/errors.cpython-310.pyc
/file_proxy.cpython-310.pyc
/filesize.cpython-310.pyc
/highlighter.cpython-310.pyc
/json.cpython-310.pyc
/jupyter.cpython-310.pyc
/layout.cpython-310.pyc
/live.cpython-310.pyc
/live_render.cpython-310.pyc
/logging.cpython-310.pyc
/markup.cpython-310.pyc
/measure.cpython-310.pyc
/padding.cpython-310.pyc
/pager.cpython-310.pyc
/palette.cpython-310.pyc
/panel.cpython-310.pyc
/pretty.cpython-310.pyc
/progress.cpython-310.pyc
/progress_bar.cpython-310.pyc
/prompt.cpython-310.pyc
/protocol.cpython-310.pyc
/region.cpython-310.pyc
/repr.cpython-310.pyc
/rule.cpython-310.pyc
/scope.cpython-310.pyc
/screen.cpython-310.pyc
/segment.cpython-310.pyc
/spinner.cpython-310.pyc
/status.cpython-310.pyc
/style.cpython-310.pyc
/styled.cpython-310.pyc
/syntax.cpython-310.pyc
/table.cpython-310.pyc
/tabulate.cpython-310.pyc
/terminal_theme.cpython-310.pyc
/text.cpython-310.pyc
/theme.cpython-310.pyc
/themes.cpython-310.pyc
/traceback.cpython-310.pyc
/tree.cpython-310.pyc

View File

@@ -0,0 +1,11 @@
/__init__.py
/_asyncio.py
/_utils.py
/after.py
/before.py
/before_sleep.py
/nap.py
/retry.py
/stop.py
/tornadoweb.py
/wait.py

View File

@@ -0,0 +1,11 @@
/__init__.cpython-310.pyc
/_asyncio.cpython-310.pyc
/_utils.cpython-310.pyc
/after.cpython-310.pyc
/before.cpython-310.pyc
/before_sleep.cpython-310.pyc
/nap.cpython-310.pyc
/retry.cpython-310.pyc
/stop.cpython-310.pyc
/tornadoweb.cpython-310.pyc
/wait.cpython-310.pyc

View File

@@ -0,0 +1,3 @@
/__init__.py
/_parser.py
/_re.py

View File

@@ -0,0 +1,3 @@
/__init__.cpython-310.pyc
/_parser.cpython-310.pyc
/_re.cpython-310.pyc

View File

@@ -0,0 +1,11 @@
/__init__.py
/_collections.py
/_version.py
/connection.py
/connectionpool.py
/exceptions.py
/fields.py
/filepost.py
/poolmanager.py
/request.py
/response.py

View File

@@ -0,0 +1,11 @@
/__init__.cpython-310.pyc
/_collections.cpython-310.pyc
/_version.cpython-310.pyc
/connection.cpython-310.pyc
/connectionpool.cpython-310.pyc
/exceptions.cpython-310.pyc
/fields.cpython-310.pyc
/filepost.cpython-310.pyc
/poolmanager.cpython-310.pyc
/request.cpython-310.pyc
/response.cpython-310.pyc

View File

@@ -0,0 +1,7 @@
/__init__.py
/_appengine_environ.py
/appengine.py
/ntlmpool.py
/pyopenssl.py
/securetransport.py
/socks.py

View File

@@ -0,0 +1,7 @@
/__init__.cpython-310.pyc
/_appengine_environ.cpython-310.pyc
/appengine.cpython-310.pyc
/ntlmpool.cpython-310.pyc
/pyopenssl.cpython-310.pyc
/securetransport.cpython-310.pyc
/socks.cpython-310.pyc

View File

@@ -0,0 +1,3 @@
/__init__.py
/bindings.py
/low_level.py

View File

@@ -0,0 +1,3 @@
/__init__.cpython-310.pyc
/bindings.cpython-310.pyc
/low_level.cpython-310.pyc

View File

@@ -0,0 +1,2 @@
/__init__.py
/six.py

View File

@@ -0,0 +1,2 @@
/__init__.cpython-310.pyc
/six.cpython-310.pyc

View File

@@ -0,0 +1,2 @@
/__init__.py
/makefile.py

View File

@@ -0,0 +1,2 @@
/__init__.cpython-310.pyc
/makefile.cpython-310.pyc

View File

@@ -0,0 +1,13 @@
/__init__.py
/connection.py
/proxy.py
/queue.py
/request.py
/response.py
/retry.py
/ssl_.py
/ssl_match_hostname.py
/ssltransport.py
/timeout.py
/url.py
/wait.py

View File

@@ -0,0 +1,13 @@
/__init__.cpython-310.pyc
/connection.cpython-310.pyc
/proxy.cpython-310.pyc
/queue.cpython-310.pyc
/request.cpython-310.pyc
/response.cpython-310.pyc
/retry.cpython-310.pyc
/ssl_.cpython-310.pyc
/ssl_match_hostname.cpython-310.pyc
/ssltransport.cpython-310.pyc
/timeout.cpython-310.pyc
/url.cpython-310.pyc
/wait.cpython-310.pyc

View File

@@ -0,0 +1,5 @@
/__init__.py
/labels.py
/mklabels.py
/tests.py
/x_user_defined.py

View File

@@ -0,0 +1,5 @@
/__init__.cpython-310.pyc
/labels.cpython-310.pyc
/mklabels.cpython-310.pyc
/tests.cpython-310.pyc
/x_user_defined.cpython-310.pyc