b7fea83ed6
Deliver the initial local bridge, Noctalia v4/v5 adapters, desktop client, service unit, tests, and implementation documentation for persistent Pi status and control.
19 lines
195 B
Plaintext
19 lines
195 B
Plaintext
# Agent artifacts
|
|
/.pi-subagents/
|
|
|
|
# Dependencies
|
|
/node_modules/
|
|
|
|
# Runtime files
|
|
*.log
|
|
*.pid
|
|
|
|
# Local environment configuration
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
|
|
# OS and IDE metadata
|
|
.DS_Store
|
|
.idea/
|