- Create 4 infrastructure services (LLM, Storage, Platform, Voice) - Refactor all modules to pure business logic (no HTTP/SQLite/Win32) - Add bundled SQLite amalgamation for MinGW compatibility - Make OpenSSL optional in CMake configuration - Fix topic naming convention (colon format) - Add succession documentation Build status: CMake config needs SQLite C language fix (documented) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
76 lines
796 B
Plaintext
76 lines
796 B
Plaintext
# 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
|
|
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
|
|
*.wavbuild/
|
|
*.o
|
|
*.a
|
|
*.so
|
|
*.dll
|
|
build/
|
|
*.o
|
|
*.a
|
|
*.so
|
|
*.dll
|
|
external/GroveEngine
|