Files
voice-cat/.dockerignore
T

28 lines
427 B
Plaintext
Raw Normal View History

# Git history — large and never needed inside the build context
.git/
# Previous build outputs
build/
2026-09-16 17:08:17 +02:00
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