From 0955ede133871500911189b63c3bb03962189ae9 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Thu, 16 Apr 2026 12:21:12 +0200 Subject: [PATCH] Ignore local reference PDF --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 1367cd1..0eb62a1 100644 --- a/.gitignore +++ b/.gitignore @@ -12,4 +12,5 @@ __pycache__/ .pytest_cache/ .mypy_cache/ *.egg-info/ +Complete Beginner Guide to the Number Theoretic Transform (NTT).pdf .DS_Store