Files
2026-04-05 17:16:51 -04:00

19 lines
248 B
Plaintext

# MediaMTX binary and anything else downloaded by install.ps1
bin/*
!bin/.gitkeep
# OBS runtime
obs-script/__pycache__/
*.pyc
# Editor / OS cruft
.vscode/
.idea/
*.swp
.DS_Store
Thumbs.db
# Local overrides
config/*.local.yml
config/*.local.conf