.git .git/ .gitignore .vs .vs/ .codex-temp .codex-temp/ .codex_tmp_danmaku .codex_tmp_danmaku/ .ci .ci/ artifacts artifacts/ ConsoleApp1 ConsoleApp1/ dycast_repo dycast_repo/ tools/**/bin tools/**/obj # Local build logs and exported archives. *.log *.zip build.log webapi-build.log webapi-build-no-restore.log # .NET build outputs. bin/ obj/ **/bin/ **/obj/ # Frontend is built by the separate frontend image; the API image does not need it. frontend/ # Runtime persistence directories mounted by docker-compose. Never send recordings into build context. data/ records/ docker-data/ src/LiveRecorder.WebApi/data/ src/LiveRecorder.WebApi/records/ src/LiveRecorder.WebApi/live-recorder.db src/LiveRecorder.WebApi/live-recorder.db-* # Generated media and database files if they are placed anywhere else by mistake. *.db *.db-* *.sqlite *.sqlite3 *.mp4 *.ts *.flv *.m4s *.m3u8 records/**/*.xml src/LiveRecorder.WebApi/records/**/*.xml # Node/Vite outputs in case they are copied outside frontend context. node_modules/ dist/ **/node_modules/ **/dist/ **/.DS_Store