Stop tracking build artifacts (puga.egg-info)

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
2026-09-19 00:37:29 +02:00
co-authored by Claude Sonnet 5
parent 4c186ac677
commit 1d98d9b2d9
7 changed files with 1 additions and 39 deletions
+1
View File
@@ -6,3 +6,4 @@ __pycache__/
.pytest_cache/ .pytest_cache/
empire/ empire/
data/ data/
*.egg-info/
-8
View File
@@ -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"
-23
View File
@@ -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
-1
View File
@@ -1 +0,0 @@
-2
View File
@@ -1,2 +0,0 @@
[console_scripts]
puga = puga.cli:main
-4
View File
@@ -1,4 +0,0 @@
pyyaml
[dev]
pytest
-1
View File
@@ -1 +0,0 @@
puga