# Build output mciassrv mciasctl mciasdb *.exe # Database files *.db *.db-wal *.db-shm # Test artifacts *.out *.test coverage.html coverage.txt # Config files with secrets (keep example configs) mcias.toml # Editor artifacts .DS_Store .idea/ .vscode/ *.swp *.swo *~ # Go workspace files go.work go.work.sum