- Add split licensing: AGPL-3.0 for server, Apache-2.0/MIT for all other crates and SDKs (Signal-style) - Add SECURITY.md with vulnerability disclosure policy - Add CONTRIBUTING.md with build, test, and code standards - Add "not audited" security disclaimer to README - Add workspace package metadata (license, repository, keywords) - Move internal planning docs to docs/internal/ (gitignored)
23 lines
301 B
Plaintext
23 lines
301 B
Plaintext
/target
|
|
**/*.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
|
|
qpq-server.toml
|
|
|
|
# Internal planning docs (not for public distribution)
|
|
docs/internal/
|