FreeTRX/.gitignore
Marcus Kida 682a729e5c tools: add screenshot.sh screen-grabber wrapper
One-command screenshot helper around gd-77_screen_grabber.py: auto-detects the
radio's serial port (cu.usbmodem* on macOS, ttyACM* on Linux) and creates a
self-contained Python venv with pyserial + pillow on first run. Saves to
screenshots/ (gitignored, along with the venv). Documented in TOOLS.md.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-12 13:08:12 +02:00

14 lines
250 B
Text

.DS_Store
build/
codec_bin_section_1.bin
# Generated language plugin files + host-side builder binary
*.gla
languages_builder
# Generated docs site
website/_build/
# Screenshot tool venv + scratch output
MDUV380_firmware/tools/.venv/
screenshots/