25 lines
379 B
Plaintext
25 lines
379 B
Plaintext
|
|
# Git history — large and never needed inside the build context
|
||
|
|
.git/
|
||
|
|
|
||
|
|
# Previous build outputs
|
||
|
|
build/
|
||
|
|
|
||
|
|
# 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
|