Files
pi-cec/.gitignore
phil 7395b7c94f Initial commit: Add CEC control script for Raspberry Pi 4
- Add cec-control.sh with power, volume, and input commands
- Add README with installation and usage instructions

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-02-06 17:44:18 +01:00

16 lines
114 B
Plaintext

# Backup files
*.bak
*~
# Editor files
*.swp
*.swo
.*.swp
.*.swo
.vscode/
.idea/
# OS files
.DS_Store
Thumbs.db