Add paper directory with LaTeX source, bibliography, and Makefile for the FAPP (Federated Application Protocol) research paper. Build artifacts are gitignored.
37 lines
492 B
Plaintext
37 lines
492 B
Plaintext
/target
|
|
**/target/
|
|
node_modules/
|
|
**/*.rs.bk
|
|
.vscode/
|
|
gitea-mcp.json
|
|
docs/book/
|
|
|
|
# Server/client runtime data — do not commit certs, keys, or DBs
|
|
data/
|
|
*.der
|
|
*.pem
|
|
*.db
|
|
*.bin
|
|
*.ks
|
|
*.session
|
|
*.convdb
|
|
*.convdb-shm
|
|
*.convdb-wal
|
|
*.pending.ks
|
|
qpc-server.toml
|
|
|
|
# Internal planning docs (not for public distribution)
|
|
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
|