Major update for v1 and tests

This commit is contained in:
khalid@traclabs.com
2026-05-23 03:28:58 -05:00
parent 628a6765f4
commit b1fb6fa3aa
1748 changed files with 27723 additions and 1854 deletions

8
.gitignore vendored
View File

@@ -14,3 +14,11 @@ uploads/*
!uploads/.gitkeep
exports/*
!exports/.gitkeep
# Server-side font files — fetched on demand via `npm run fetch-fonts`. We don't
# commit them because TTFs are large binaries and the source is reproducible
# from the script. The Dockerfile runs the fetch at build time so production
# images carry the fonts.
fonts/*
!fonts/.gitkeep
!fonts/README.md