2026-06-21 19:51:43 +02:00
|
|
|
# Git history — large and never needed inside the build context
|
|
|
|
|
.git/
|
|
|
|
|
|
|
|
|
|
# Previous build outputs
|
|
|
|
|
build/
|
2026-09-21 00:11:01 +02:00
|
|
|
artifacts/
|
|
|
|
|
**/bin/
|
|
|
|
|
**/obj/
|
2026-06-21 19:51:43 +02:00
|
|
|
|
|
|
|
|
# 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
|
|
|
|
|
.vscode/
|
|
|
|
|
.idea/
|
|
|
|
|
|
|
|
|
|
# OS noise
|
|
|
|
|
.DS_Store
|
|
|
|
|
Thumbs.db
|