# Ignore build outputs recursively **/bin/ **/obj/ **/publish/ **/artifacts/ **/out/ **/TestResults/ # Ignore specific project-level build dirs (legacy/explicit) jRandomSkills\ -\ SRC Files/*/bin/ jRandomSkills\ -\ SRC Files/*/obj/ WASDMenuAPI\ -\ SRC Files/*/bin/ WASDMenuAPI\ -\ SRC Files/*/obj/ # .NET / MSBuild artifacts *.exe *.pdb *.nupkg *.runtimeconfig.json project.lock.json project.fragment.lock.json # IDE / editor .vs/ .vscode/ .idea/ *.suo *.user *.userosscache # Logs, caches, temp log/ *.log debug_*.txt perf_*.txt *.cache *.tmp *.temp # Other common ignores node_modules/ dist/ .env