Separate entry point (skywalker-tui) that reuses skywalker_lib.py unchanged. Five RF modes: spectrum, scan, monitor, lband, track — each with threaded USB bridge workers for non-blocking I/O. Includes --demo mode with synthetic signal generation (Gaussian peaks, noise floor, AGC simulation) for development without hardware. Custom widgets: spectrum bar chart, rolling waterfall, signal gauge, sparkline history, transponder table, device status bar.
19 lines
268 B
Plaintext
19 lines
268 B
Plaintext
# Empty extraction directories
|
|
docs/diseqc/images/
|
|
|
|
# Third-party dependencies
|
|
firmware/fx2lib/
|
|
|
|
# Build artifacts
|
|
firmware/build/
|
|
tools/__pycache__/
|
|
|
|
# TUI
|
|
tui/.venv/
|
|
tui/__pycache__/
|
|
|
|
# Documentation site
|
|
site/node_modules/
|
|
site/dist/
|
|
site/.astro/
|