docs: add FAPP research paper LaTeX sources

Add paper directory with LaTeX source, bibliography, and Makefile
for the FAPP (Federated Application Protocol) research paper.
Build artifacts are gitignored.
This commit is contained in:
2026-04-12 14:16:24 +00:00
parent da0085f1a6
commit 9e647f37d5
4 changed files with 1219 additions and 0 deletions

8
.gitignore vendored
View File

@@ -26,3 +26,11 @@ docs/internal/
# AI development workflow files
master-prompt.md
scripts/ai_team.py
# LaTeX build artifacts
paper/*.aux
paper/*.bbl
paper/*.blg
paper/*.log
paper/*.out
paper/*.pdf