stem-bio-ai / MANIFEST.in
Codex
sync hf space snapshot
6a1cba7
Raw
History Blame Contribute Delete
1.47 kB
include CHANGELOG.md
include CONTRIBUTING.md
include LICENSE
include README.md
include CITATION.cff
include .zenodo.json
include SKILL.md
include .env.example
include pyproject.toml
include requirements.txt
include docs/ADVISORY_SECRET_HANDLING.md
include docs/ADVISORY_RUNTIME.md
include docs/AIRI_DATA_GOVERNANCE.md
include docs/API_CONTRACT.md
include docs/CALIBRATION_PROFILE_DESIGN.md
include docs/DETERMINISTIC_DIAGNOSTICS.md
include docs/EXAMPLE_AUDITS.md
include docs/MICA_MEMORY.md
include docs/REGULATORY_MAPPING.md
include docs/SCORING_RATIONALE.md
include docs/THIRD_PARTY_DATA.md
include docs/UI_HTML_REPORT.md
include docs/airi_detector_mapping.schema.json
include docs/airi_registry.schema.json
include docs/regulatory_basis_registry.schema.json
include docs/regulatory_basis_registry.v1.json
include policy/scoring_profile.schema.json
include policy/scoring_profile.default.v1.json
include policy/scoring_profile.strict_clinical_adjacency.v1.json
include memory/mica.yaml
include memory/stem-ai.mica.v1.7.4.json
include memory/stem-ai-playbook.v1.7.4.md
include memory/stem-ai-lessons.v1.7.4.md
recursive-include stem_ai *.py
recursive-include stem_ai *.json
recursive-include tests *.py
recursive-include tests *.json
prune .git
prune .github
prune .pytest_cache
prune __pycache__
prune audits
prune build
prune dist
prune tmp
prune .tmp*
prune tmp*
prune stem_output*
prune stem_ai.egg-info
global-exclude *.py[cod]
global-exclude __pycache__