9fd04b0ce4
Add the owner-only AF_UNIX Reyna CLI privacy host, strict signed-app installation, and typed native routing for Calendar, Contacts, and Reminders.\n\nAdd bounded system-status paths and config-only direct local-service wrappers. Preserve MacMiniMCP pending explicit cutover approval.\n\nApple Notes is intentionally deferred: no native Notes operations, Apple Events declaration, or Automation helper are included; legacy Notes handling remains untouched.
29 lines
280 B
Plaintext
29 lines
280 B
Plaintext
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
.pytest_cache/
|
|
.mypy_cache/
|
|
.ruff_cache/
|
|
.coverage
|
|
htmlcov/
|
|
|
|
# Virtual environments
|
|
.venv/
|
|
venv/
|
|
|
|
# Local secrets/config
|
|
.env
|
|
.env.*
|
|
*.local
|
|
|
|
# Build outputs
|
|
build/
|
|
dist/
|
|
.build/
|
|
*.egg-info/
|
|
|
|
# Xcode user state
|
|
xcuserdata/
|
|
*.xcuserstate
|