# AutoIngest .gitignore # Build outputs and tooling caches are ignored. The two publish/ folders below # are intentionally NOT ignored — they hold the distributable .exe builds that # get committed for end users. ## .NET build output **/bin/ **/obj/ ## Ignore Csharp publish output directories **/publish/ **/publish-standalone/ ## Visual Studio / IDE state .vs/ *.user *.suo *.userprefs *.vspx ## Visual Studio Code .vscode/ ## ReSharper / Rider .idea/ *.DotSettings.user ## Publish working dirs (these are created locally by the publish scripts when ## testing intermediate output; the canonical builds live in publish/ and ## publish-standalone/ at the repo root, which are tracked). publish-temp/ publish-test/ ## OS-generated files Thumbs.db ehthumbs.db Desktop.ini $RECYCLE.BIN/ .DS_Store ## NuGet (project-level; the single PackageReference is restored from nuget.org) *.nupkg *.snupkg .nuget/ ## Logs and local config scraps *.log *.tmp