From 890a2857f76669e90d677f744e8af23d930528ac Mon Sep 17 00:00:00 2001 From: NguyenND Date: Fri, 22 May 2026 16:45:54 -0400 Subject: [PATCH] 05/22 Implement license version --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 55fef4d..cc129c8 100644 --- a/.gitignore +++ b/.gitignore @@ -50,4 +50,5 @@ Thumbs.db # ─── pytest / coverage ─────────────────────────────────────────────────────── .pytest_cache/ .coverage -htmlcov/ \ No newline at end of file +htmlcov/ +license_server/ \ No newline at end of file