feat: project scaffold, unified Pydantic schema, scope gating
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
# Python
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*.egg-info/
|
||||
.eggs/
|
||||
build/
|
||||
dist/
|
||||
.venv/
|
||||
.pytest_cache/
|
||||
.ruff_cache/
|
||||
|
||||
# Runtime output (operator data — never committed)
|
||||
/out/
|
||||
report.json
|
||||
report.md
|
||||
|
||||
# Local scope file may contain real target lists — keep the example only.
|
||||
/scope.yaml
|
||||
Reference in New Issue
Block a user