- Agent: DXGI/GDI screen capture, mouse/keyboard input, WebSocket transport - Server: Axum relay, session management, REST API - Dashboard: React viewer components with TypeScript - Protocol: Protobuf definitions for all message types 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
29 lines
227 B
Plaintext
29 lines
227 B
Plaintext
# Build artifacts
|
|
/target/
|
|
**/target/
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Environment
|
|
.env
|
|
.env.local
|
|
*.env
|
|
|
|
# Logs
|
|
*.log
|
|
logs/
|
|
|
|
# Dependencies (if vendored)
|
|
vendor/
|
|
|
|
# Generated files
|
|
*.generated.*
|