# Build output [Bb]in/ [Oo]bj/ [Dd]ebug/ [Rr]elease/ publish/ # IDE / tooling .vs/ .vscode/ _ReSharper*/ *.DotSettings.user *.dotCover .idea/ # MSBuild / user files *.user *.suo *.userosscache *.sln.docstates *.pdb *.cache *.tmp *.log *.binlog # Test results TestResults/ [Tt]est[Rr]esult*/ *.trx *.coverage *.coveragexml # NuGet *.nupkg *.snupkg *.nuget.props *.nuget.targets project.lock.json # MSIX packaging output AppPackages/ BundleArtifacts/ *.msix *.msixupload *.appx *.appxbundle *.appxupload # Local dev signing certificate devcert.pfx # Embedded third-party binaries (fetched separately, see ThirdParty/README.md) ThirdParty/ffmpeg.exe ThirdParty/ffprobe.exe