Cliente remoto GTK4 para G Radio Player: se conecta al servidor TCP embebido en radio-player para controlar el reproductor y editar programación (pautaje, parrilla, botonera, buscador, reportes) desde otra máquina de la LAN.
31 lines
422 B
Plaintext
31 lines
422 B
Plaintext
# Rust build artifacts
|
|
/target/
|
|
**/*.rs.bk
|
|
Cargo.lock.bak
|
|
|
|
# Empaquetado Debian (staging + salidas)
|
|
gr-client_*_amd64/
|
|
gr-client_*_arm64/
|
|
gr-client_*_amd64.deb
|
|
gr-client_*_arm64.deb
|
|
GR-client-v*.zip
|
|
sha256sum.txt
|
|
|
|
# Runtime logs
|
|
nohup.out
|
|
*.log
|
|
|
|
# Notas internas / sesiones de desarrollo (no deben subirse)
|
|
docs/sesion-*.txt
|
|
gr-client-server
|
|
|
|
# Editor / OS junk
|
|
.DS_Store
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
.vscode/
|
|
.idea/
|
|
.claude/
|
|
.~lock.*#
|