From 3169d0a5ec77ca9a47982273c3667537b4c28707 Mon Sep 17 00:00:00 2001 From: Dan Guido Date: Sun, 17 Aug 2025 14:02:41 -0400 Subject: [PATCH] Remove algo.egg-info from version control This directory is generated by Python package tools (pip/setuptools) and should not be tracked in git. It's already listed in .gitignore but was accidentally committed. The directory contains build metadata that is regenerated when the package is installed. --- algo.egg-info/PKG-INFO | 34 ------------------------------ algo.egg-info/SOURCES.txt | 10 --------- algo.egg-info/dependency_links.txt | 1 - algo.egg-info/requires.txt | 34 ------------------------------ algo.egg-info/top_level.txt | 1 - 5 files changed, 80 deletions(-) delete mode 100644 algo.egg-info/PKG-INFO delete mode 100644 algo.egg-info/SOURCES.txt delete mode 100644 algo.egg-info/dependency_links.txt delete mode 100644 algo.egg-info/requires.txt delete mode 100644 algo.egg-info/top_level.txt diff --git a/algo.egg-info/PKG-INFO b/algo.egg-info/PKG-INFO deleted file mode 100644 index c629f176..00000000 --- a/algo.egg-info/PKG-INFO +++ /dev/null @@ -1,34 +0,0 @@ -Metadata-Version: 2.4 -Name: algo -Version: 2.0.0b0 -Summary: Set up a personal IPSEC VPN in the cloud -Requires-Python: >=3.11 -License-File: LICENSE -Requires-Dist: ansible==11.9.0 -Requires-Dist: jinja2>=3.1.6 -Requires-Dist: netaddr==1.3.0 -Requires-Dist: pyyaml>=6.0.2 -Requires-Dist: pyopenssl>=0.15 -Requires-Dist: segno>=1.6.0 -Provides-Extra: aws -Requires-Dist: boto3>=1.34.0; extra == "aws" -Requires-Dist: boto>=2.49.0; extra == "aws" -Provides-Extra: azure -Requires-Dist: azure-identity>=1.15.0; extra == "azure" -Requires-Dist: azure-mgmt-compute>=30.0.0; extra == "azure" -Requires-Dist: azure-mgmt-network>=25.0.0; extra == "azure" -Requires-Dist: azure-mgmt-resource>=23.0.0; extra == "azure" -Requires-Dist: msrestazure>=0.6.4; extra == "azure" -Provides-Extra: gcp -Requires-Dist: google-auth>=2.28.0; extra == "gcp" -Requires-Dist: requests>=2.31.0; extra == "gcp" -Provides-Extra: hetzner -Requires-Dist: hcloud>=1.33.0; extra == "hetzner" -Provides-Extra: linode -Requires-Dist: linode-api4>=5.15.0; extra == "linode" -Provides-Extra: openstack -Requires-Dist: openstacksdk>=2.1.0; extra == "openstack" -Provides-Extra: cloudstack -Requires-Dist: cs>=3.0.0; extra == "cloudstack" -Requires-Dist: sshpubkeys>=3.3.1; extra == "cloudstack" -Dynamic: license-file diff --git a/algo.egg-info/SOURCES.txt b/algo.egg-info/SOURCES.txt deleted file mode 100644 index acc891ba..00000000 --- a/algo.egg-info/SOURCES.txt +++ /dev/null @@ -1,10 +0,0 @@ -LICENSE -README.md -pyproject.toml -algo.egg-info/PKG-INFO -algo.egg-info/SOURCES.txt -algo.egg-info/dependency_links.txt -algo.egg-info/requires.txt -algo.egg-info/top_level.txt -tests/test_cloud_init_template.py -tests/test_package_preinstall.py \ No newline at end of file diff --git a/algo.egg-info/dependency_links.txt b/algo.egg-info/dependency_links.txt deleted file mode 100644 index 8b137891..00000000 --- a/algo.egg-info/dependency_links.txt +++ /dev/null @@ -1 +0,0 @@ - diff --git a/algo.egg-info/requires.txt b/algo.egg-info/requires.txt deleted file mode 100644 index 1490b2af..00000000 --- a/algo.egg-info/requires.txt +++ /dev/null @@ -1,34 +0,0 @@ -ansible==11.9.0 -jinja2>=3.1.6 -netaddr==1.3.0 -pyyaml>=6.0.2 -pyopenssl>=0.15 -segno>=1.6.0 - -[aws] -boto3>=1.34.0 -boto>=2.49.0 - -[azure] -azure-identity>=1.15.0 -azure-mgmt-compute>=30.0.0 -azure-mgmt-network>=25.0.0 -azure-mgmt-resource>=23.0.0 -msrestazure>=0.6.4 - -[cloudstack] -cs>=3.0.0 -sshpubkeys>=3.3.1 - -[gcp] -google-auth>=2.28.0 -requests>=2.31.0 - -[hetzner] -hcloud>=1.33.0 - -[linode] -linode-api4>=5.15.0 - -[openstack] -openstacksdk>=2.1.0 diff --git a/algo.egg-info/top_level.txt b/algo.egg-info/top_level.txt deleted file mode 100644 index 8b137891..00000000 --- a/algo.egg-info/top_level.txt +++ /dev/null @@ -1 +0,0 @@ -