Files
COPILOT/.gitignore
klas b2887b67db Add C# bridges and coordinator service
- geviscope-bridge: GeViScope SDK REST wrapper (:7720)
- gcore-bridge: G-Core SDK REST wrapper (:7721)
- geviserver-bridge: GeViServer REST wrapper (:7710)
- copilot-coordinator: WebSocket coordination hub (:8090)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-12 15:24:20 +01:00

47 lines
827 B
Plaintext

# Legacy app binaries and decompiled sources
App/
# Node.js
node_modules/
package-lock.json
# Playwright
.playwright-mcp/
test-results/
# Flutter build outputs
copilot_keyboard/build/
copilot_keyboard/.dart_tool/
copilot_keyboard/.idea/
copilot_keyboard/.flutter-plugins
copilot_keyboard/.flutter-plugins-dependencies
copilot_keyboard/.metadata
copilot_keyboard/windows/
# Temporary screenshots
flutter_screenshot.png
flutter_section_screenshot.png
flutter_selected_screenshot.png
flutter_fullscreen.png
# Temp/utility scripts
screenshot.js
screenshot_fullscreen.js
screenshot.mjs
activate_and_screenshot.ps1
maximize_and_screenshot.ps1
take_screenshot.ps1
convert_doc.ps1
extract_doc.py
extract_html.py
test_coordinator.ps1
package.json
nul
# .NET build outputs
**/bin/
**/obj/
# Decompiled text dumps
C*DEVCOPILOT_D6*