# ── Build output ───────────────────────────────────────────────────────────── # dotnet build/publish intermediates [Bb]in/ [Oo]bj/ # build.bat staging + final output (see build.bat: BUILD_DIR / *_STAGE) /_stage_svc/ /_stage_agt/ /TeslaLauncher/ # zipped deployment package produced for transfer to a pod /TeslaLauncher-*.zip # ── Runtime / installer state ──────────────────────────────────────────────── # Generated by installutil / the service at runtime, not source *.InstallState *.log # ── Visual Studio / Rider / VS Code ────────────────────────────────────────── .vs/ .vscode/ .idea/ *.user *.suo *.userosscache *.sln.docstates # ── OS cruft ───────────────────────────────────────────────────────────────── Thumbs.db desktop.ini .DS_Store