Skip to content

Commit 0a223c3

Browse files
author
UBL Ops
committed
chore: add .gitignore updates and v0.1.1 tracking issue template
1 parent 28abd67 commit 0a223c3

2 files changed

Lines changed: 21 additions & 0 deletions

File tree

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# v0.1.1 — alloc/no_std polish + golden vectors
2+
3+
## Scope
4+
5+
- [ ] no_std total (lib 100% alloc; utilitários std-only ficam atrás de cfg)
6+
- [ ] Golden vectors: bytes canônicos + CIDs (regressão determinística)
7+
- [ ] Property tests (proptest): ordenação, NFC, inteiros mínimos
8+
- [ ] Erro explícito para floats (CanonicalError::FloatNotAllowed)
9+
- [ ] docs.rs metadata validado (features=["unicode"])
10+
11+
## Exit criteria
12+
13+
- [ ] CI matriz verde (std, alloc, alloc+unicode)
14+
- [ ] Testes reprodutíveis (fixtures) em 3 SOs

.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,10 @@ Thumbs.db
1616
.env
1717
.env.*
1818
!.env.example
19+
20+
# GitHub App Private Keys (protegidos na codebase)
21+
*.pem
22+
*.key
23+
!*.key.example
24+
private*.pem
25+
app*.pem

0 commit comments

Comments
 (0)