diff --git a/.gitignore b/.gitignore index a5efbd9..d429ad5 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ __pycache__/ .pytest_cache/ empire/ data/ +*.egg-info/ diff --git a/puga.egg-info/PKG-INFO b/puga.egg-info/PKG-INFO deleted file mode 100644 index b73bc44..0000000 --- a/puga.egg-info/PKG-INFO +++ /dev/null @@ -1,8 +0,0 @@ -Metadata-Version: 2.4 -Name: puga -Version: 0.1.0 -Summary: Tools and know-how for Claude to assist in Prosperous Universe -Requires-Python: >=3.12 -Requires-Dist: pyyaml -Provides-Extra: dev -Requires-Dist: pytest; extra == "dev" diff --git a/puga.egg-info/SOURCES.txt b/puga.egg-info/SOURCES.txt deleted file mode 100644 index 1a4fea5..0000000 --- a/puga.egg-info/SOURCES.txt +++ /dev/null @@ -1,23 +0,0 @@ -README.md -pyproject.toml -puga/__init__.py -puga/cache.py -puga/cli.py -puga/config.py -puga/econ.py -puga/fio.py -puga/market.py -puga/prunplanner.py -puga/saturation.py -puga/simulate.py -puga.egg-info/PKG-INFO -puga.egg-info/SOURCES.txt -puga.egg-info/dependency_links.txt -puga.egg-info/entry_points.txt -puga.egg-info/requires.txt -puga.egg-info/top_level.txt -tests/test_econ.py -tests/test_market.py -tests/test_plan_push.py -tests/test_saturation.py -tests/test_simulate.py \ No newline at end of file diff --git a/puga.egg-info/dependency_links.txt b/puga.egg-info/dependency_links.txt deleted file mode 100644 index 8b13789..0000000 --- a/puga.egg-info/dependency_links.txt +++ /dev/null @@ -1 +0,0 @@ - diff --git a/puga.egg-info/entry_points.txt b/puga.egg-info/entry_points.txt deleted file mode 100644 index ce41f2b..0000000 --- a/puga.egg-info/entry_points.txt +++ /dev/null @@ -1,2 +0,0 @@ -[console_scripts] -puga = puga.cli:main diff --git a/puga.egg-info/requires.txt b/puga.egg-info/requires.txt deleted file mode 100644 index 84ab88f..0000000 --- a/puga.egg-info/requires.txt +++ /dev/null @@ -1,4 +0,0 @@ -pyyaml - -[dev] -pytest diff --git a/puga.egg-info/top_level.txt b/puga.egg-info/top_level.txt deleted file mode 100644 index 1e5044b..0000000 --- a/puga.egg-info/top_level.txt +++ /dev/null @@ -1 +0,0 @@ -puga