From de42e5d3e9ff46fbf5fb60fb5e44c8adb8aa34ef Mon Sep 17 00:00:00 2001 From: lukew3 Date: Tue, 16 Feb 2021 15:13:05 -0500 Subject: [PATCH] gitignore test.py --- .gitignore | 2 ++ test.py | 4 ---- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 4c42af8..88cdf4c 100644 --- a/.gitignore +++ b/.gitignore @@ -136,3 +136,5 @@ dmypy.json # Cython debug symbols cython_debug/ + +test.py diff --git a/test.py b/test.py index 87a9777..e69de29 100644 --- a/test.py +++ b/test.py @@ -1,4 +0,0 @@ -from mathgenerator import mathgen - -for _ in range(100): - print(mathgen.multiply_int_to_22_matrix(maxMatrixVal=12))