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,9 @@
/__init__.py
/build_env.py
/cache.py
/configuration.py
/exceptions.py
/main.py
/pyproject.py
/self_outdated_check.py
/wheel_builder.py

View File

@@ -0,0 +1,9 @@
/__init__.cpython-310.pyc
/build_env.cpython-310.pyc
/cache.cpython-310.pyc
/configuration.cpython-310.pyc
/exceptions.cpython-310.pyc
/main.cpython-310.pyc
/pyproject.cpython-310.pyc
/self_outdated_check.cpython-310.pyc
/wheel_builder.cpython-310.pyc

View File

@@ -0,0 +1,12 @@
/__init__.py
/autocompletion.py
/base_command.py
/cmdoptions.py
/command_context.py
/main.py
/main_parser.py
/parser.py
/progress_bars.py
/req_command.py
/spinners.py
/status_codes.py

View File

@@ -0,0 +1,12 @@
/__init__.cpython-310.pyc
/autocompletion.cpython-310.pyc
/base_command.cpython-310.pyc
/cmdoptions.cpython-310.pyc
/command_context.cpython-310.pyc
/main.cpython-310.pyc
/main_parser.cpython-310.pyc
/parser.cpython-310.pyc
/progress_bars.cpython-310.pyc
/req_command.cpython-310.pyc
/spinners.cpython-310.pyc
/status_codes.cpython-310.pyc

View File

@@ -0,0 +1,17 @@
/__init__.py
/cache.py
/check.py
/completion.py
/configuration.py
/debug.py
/download.py
/freeze.py
/hash.py
/help.py
/index.py
/install.py
/list.py
/search.py
/show.py
/uninstall.py
/wheel.py

View File

@@ -0,0 +1,17 @@
/__init__.cpython-310.pyc
/cache.cpython-310.pyc
/check.cpython-310.pyc
/completion.cpython-310.pyc
/configuration.cpython-310.pyc
/debug.cpython-310.pyc
/download.cpython-310.pyc
/freeze.cpython-310.pyc
/hash.cpython-310.pyc
/help.cpython-310.pyc
/index.cpython-310.pyc
/install.cpython-310.pyc
/list.cpython-310.pyc
/search.cpython-310.pyc
/show.cpython-310.pyc
/uninstall.cpython-310.pyc
/wheel.cpython-310.pyc

View File

@@ -0,0 +1,5 @@
/__init__.py
/base.py
/installed.py
/sdist.py
/wheel.py

View File

@@ -0,0 +1,5 @@
/__init__.cpython-310.pyc
/base.cpython-310.pyc
/installed.cpython-310.pyc
/sdist.cpython-310.pyc
/wheel.cpython-310.pyc

View File

@@ -0,0 +1,4 @@
/__init__.py
/collector.py
/package_finder.py
/sources.py

View File

@@ -0,0 +1,4 @@
/__init__.cpython-310.pyc
/collector.cpython-310.pyc
/package_finder.cpython-310.pyc
/sources.cpython-310.pyc

View File

@@ -0,0 +1,4 @@
/__init__.py
/_distutils.py
/_sysconfig.py
/base.py

View File

@@ -0,0 +1,4 @@
/__init__.cpython-310.pyc
/_distutils.cpython-310.pyc
/_sysconfig.cpython-310.pyc
/base.cpython-310.pyc

View File

@@ -0,0 +1,3 @@
/__init__.py
/base.py
/pkg_resources.py

View File

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

View File

@@ -0,0 +1,11 @@
/__init__.py
/candidate.py
/direct_url.py
/format_control.py
/index.py
/link.py
/scheme.py
/search_scope.py
/selection_prefs.py
/target_python.py
/wheel.py

View File

@@ -0,0 +1,11 @@
/__init__.cpython-310.pyc
/candidate.cpython-310.pyc
/direct_url.cpython-310.pyc
/format_control.cpython-310.pyc
/index.cpython-310.pyc
/link.cpython-310.pyc
/scheme.cpython-310.pyc
/search_scope.cpython-310.pyc
/selection_prefs.cpython-310.pyc
/target_python.cpython-310.pyc
/wheel.cpython-310.pyc

View File

@@ -0,0 +1,8 @@
/__init__.py
/auth.py
/cache.py
/download.py
/lazy_wheel.py
/session.py
/utils.py
/xmlrpc.py

View File

@@ -0,0 +1,8 @@
/__init__.cpython-310.pyc
/auth.cpython-310.pyc
/cache.cpython-310.pyc
/download.cpython-310.pyc
/lazy_wheel.cpython-310.pyc
/session.cpython-310.pyc
/utils.cpython-310.pyc
/xmlrpc.cpython-310.pyc

View File

@@ -0,0 +1,4 @@
/__init__.py
/check.py
/freeze.py
/prepare.py

View File

@@ -0,0 +1,4 @@
/__init__.cpython-310.pyc
/check.cpython-310.pyc
/freeze.cpython-310.pyc
/prepare.cpython-310.pyc

View File

@@ -0,0 +1,7 @@
/__init__.py
/metadata.py
/metadata_editable.py
/metadata_legacy.py
/wheel.py
/wheel_editable.py
/wheel_legacy.py

View File

@@ -0,0 +1,7 @@
/__init__.cpython-310.pyc
/metadata.cpython-310.pyc
/metadata_editable.cpython-310.pyc
/metadata_legacy.cpython-310.pyc
/wheel.cpython-310.pyc
/wheel_editable.cpython-310.pyc
/wheel_legacy.cpython-310.pyc

View File

@@ -0,0 +1,4 @@
/__init__.py
/editable_legacy.py
/legacy.py
/wheel.py

View File

@@ -0,0 +1,4 @@
/__init__.cpython-310.pyc
/editable_legacy.cpython-310.pyc
/legacy.cpython-310.pyc
/wheel.cpython-310.pyc

View File

@@ -0,0 +1,7 @@
/__init__.py
/constructors.py
/req_file.py
/req_install.py
/req_set.py
/req_tracker.py
/req_uninstall.py

View File

@@ -0,0 +1,7 @@
/__init__.cpython-310.pyc
/constructors.cpython-310.pyc
/req_file.cpython-310.pyc
/req_install.cpython-310.pyc
/req_set.cpython-310.pyc
/req_tracker.cpython-310.pyc
/req_uninstall.cpython-310.pyc

View File

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

View File

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

View File

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

View File

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

View File

@@ -0,0 +1,9 @@
/__init__.py
/base.py
/candidates.py
/factory.py
/found_candidates.py
/provider.py
/reporter.py
/requirements.py
/resolver.py

View File

@@ -0,0 +1,9 @@
/__init__.cpython-310.pyc
/base.cpython-310.pyc
/candidates.cpython-310.pyc
/factory.cpython-310.pyc
/found_candidates.cpython-310.pyc
/provider.cpython-310.pyc
/reporter.cpython-310.pyc
/requirements.cpython-310.pyc
/resolver.cpython-310.pyc

View File

@@ -0,0 +1,28 @@
/__init__.py
/_log.py
/appdirs.py
/compat.py
/compatibility_tags.py
/datetime.py
/deprecation.py
/direct_url_helpers.py
/distutils_args.py
/egg_link.py
/encoding.py
/entrypoints.py
/filesystem.py
/filetypes.py
/glibc.py
/hashes.py
/inject_securetransport.py
/logging.py
/misc.py
/models.py
/packaging.py
/setuptools_build.py
/subprocess.py
/temp_dir.py
/unpacking.py
/urls.py
/virtualenv.py
/wheel.py

View File

@@ -0,0 +1,28 @@
/__init__.cpython-310.pyc
/_log.cpython-310.pyc
/appdirs.cpython-310.pyc
/compat.cpython-310.pyc
/compatibility_tags.cpython-310.pyc
/datetime.cpython-310.pyc
/deprecation.cpython-310.pyc
/direct_url_helpers.cpython-310.pyc
/distutils_args.cpython-310.pyc
/egg_link.cpython-310.pyc
/encoding.cpython-310.pyc
/entrypoints.cpython-310.pyc
/filesystem.cpython-310.pyc
/filetypes.cpython-310.pyc
/glibc.cpython-310.pyc
/hashes.cpython-310.pyc
/inject_securetransport.cpython-310.pyc
/logging.cpython-310.pyc
/misc.cpython-310.pyc
/models.cpython-310.pyc
/packaging.cpython-310.pyc
/setuptools_build.cpython-310.pyc
/subprocess.cpython-310.pyc
/temp_dir.cpython-310.pyc
/unpacking.cpython-310.pyc
/urls.cpython-310.pyc
/virtualenv.cpython-310.pyc
/wheel.cpython-310.pyc

View File

@@ -0,0 +1,6 @@
/__init__.py
/bazaar.py
/git.py
/mercurial.py
/subversion.py
/versioncontrol.py

View File

@@ -0,0 +1,6 @@
/__init__.cpython-310.pyc
/bazaar.cpython-310.pyc
/git.cpython-310.pyc
/mercurial.cpython-310.pyc
/subversion.cpython-310.pyc
/versioncontrol.cpython-310.pyc