chore(git): untrack python build artifacts

- Remove generated package outputs from nexus-mcp/dist/*.whl and *.tar.gz
- Remove generated metadata from nexus-mcp/src/nexus_mcp.egg-info/*
- Keep repository source-only and rely on local/CI builds for artifacts
This commit is contained in:
nathan 2026-04-13 13:40:13 -04:00
parent dcd562c269
commit f5a02ae790
8 changed files with 0 additions and 61 deletions

Binary file not shown.

Binary file not shown.

View File

@ -1,22 +0,0 @@
Metadata-Version: 2.4
Name: nexus-mcp
Version: 0.1.0
Summary: Nexus MCP — sharded enterprise integration server
Requires-Python: >=3.11
Requires-Dist: mcp>=1.2.0
Requires-Dist: httpx>=0.27.0
Requires-Dist: python-dotenv>=1.0.0
Requires-Dist: pydantic>=2.0.0
Requires-Dist: pydantic-settings>=2.0.0
Requires-Dist: ldap3>=2.9.1
Requires-Dist: msal>=1.28.0
Requires-Dist: schedule>=1.2.0
Requires-Dist: jinja2>=3.1.0
Requires-Dist: tabulate>=0.9.0
Requires-Dist: python-dateutil>=2.9.0
Requires-Dist: aiofiles>=24.1.0
Requires-Dist: tenacity>=8.2.0
Provides-Extra: test
Requires-Dist: pytest>=8.0.0; extra == "test"
Requires-Dist: pytest-cov>=5.0.0; extra == "test"
Requires-Dist: pytest-asyncio>=0.24.0; extra == "test"

View File

@ -1,17 +0,0 @@
README.md
pyproject.toml
src/nexus_mcp.egg-info/PKG-INFO
src/nexus_mcp.egg-info/SOURCES.txt
src/nexus_mcp.egg-info/dependency_links.txt
src/nexus_mcp.egg-info/entry_points.txt
src/nexus_mcp.egg-info/requires.txt
src/nexus_mcp.egg-info/top_level.txt
src/shards/__init__.py
src/shards/assets.py
src/shards/audit.py
src/shards/audit_minimal.py
src/shards/identity.py
src/shards/itsm.py
src/shards/logistics.py
src/shards/workday.py
tests/test_resilience.py

View File

@ -1,2 +0,0 @@
[console_scripts]
nexus-mcp = main:main

View File

@ -1,18 +0,0 @@
mcp>=1.2.0
httpx>=0.27.0
python-dotenv>=1.0.0
pydantic>=2.0.0
pydantic-settings>=2.0.0
ldap3>=2.9.1
msal>=1.28.0
schedule>=1.2.0
jinja2>=3.1.0
tabulate>=0.9.0
python-dateutil>=2.9.0
aiofiles>=24.1.0
tenacity>=8.2.0
[test]
pytest>=8.0.0
pytest-cov>=5.0.0
pytest-asyncio>=0.24.0

View File

@ -1 +0,0 @@
shards