File size: 1,465 Bytes
6a1cba7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
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__