Files
voice-cat/.dockerignore
T
Talon 7be93e81a1
.NET port / test (macos-latest) (push) Canceled after 0s
.NET port / test (ubuntu-24.04) (push) Canceled after 0s
.NET port / test (windows-latest) (push) Canceled after 0s
.NET port / cpp-conformance (push) Canceled after 0s
Package managed server for Linux production
2026-09-16 17:08:17 +02:00

28 lines
427 B
Plaintext

# Git history — large and never needed inside the build context
.git/
# Previous build outputs
build/
dotnet/artifacts/
dotnet/**/bin/
dotnet/**/obj/
# Native GUI client code (Swift/Xcode, C#/WinForms) — server build doesn't need these
clients/
# Documentation and prose — not compiled
docs/
*.md
AGENTS.md
PROGRESS.md
CLAUDE.md
# Editor / tooling config
.clang-format
.vscode/
.idea/
# OS noise
.DS_Store
Thumbs.db