## .NET build output
bin/
obj/
[Dd]ebug/
[Rr]elease/
x64/
x86/
[Aa][Rr][Mm]/
[Aa][Rr][Mm]64/
[Bb]in/
[Oo]bj/
[Oo]ut/
artifacts/

## IDE / editor
.vs/
.vscode/
.idea/
*.user
*.suo
*.userosscache
*.sln.docstates
*.userprefs
*.DotSettings.user

## Rider
.idea/
*.sln.iml

## Test / coverage results
[Tt]est[Rr]esult*/
[Bb]uild[Ll]og.*
*.coverage
*.coveragexml
coverage*.json
coverage*.xml
coverage*.info
TestResults/

## NuGet
*.nupkg
*.snupkg
.nuget/
packages/
!packages/build/

## MSBuild / Roslyn caches
*.binlog
project.lock.json
project.fragment.lock.json

## OS files
.DS_Store
Thumbs.db

# stray plugin copy in source tree (real output goes to bin/*/plugins via build target)
src/Junction.App/plugins/
