# Build Outputs bin/ obj/ *.exe *.dll *.pdb # Visual Studio / Rider .vs/ .vscode/ .idea/ *.user *.suo *.cache *.docstates *.tmp # .NET Core project.lock.json project.fragment.lock.json artifacts/ # NuGet *.nupkg *.snupkg packages/ !packages/build/ # Test Results TestResults/ [Tt]est[Rr]esult*/ *.trx *.coverage *.coveragexml # Runtime Data & Logs data/ logs/ *.log *.csv # Configuration Secrets .env .env.* appsettings.Development.json appsettings.Production.json config/secrets.json *.key # Audio Models & Cache whisper-models/ *.bin audio-cache/ # OS Generated .DS_Store Thumbs.db *.tmp *.temp # Large Media Files *.mp4 *.avi *.mov *.wmv *.mp3 *.wav # Symlink to GroveEngine (local only) external/GroveEngine build/ *.o *.a *.so *.dll build/ *.o *.a *.so *.dll