gitignore test.py

This commit is contained in:
lukew3
2021-02-16 15:13:05 -05:00
parent 1884f893b0
commit de42e5d3e9
2 changed files with 2 additions and 4 deletions
+2
View File
@@ -136,3 +136,5 @@ dmypy.json
# Cython debug symbols
cython_debug/
test.py
-4
View File
@@ -1,4 +0,0 @@
from mathgenerator import mathgen
for _ in range(100):
print(mathgen.multiply_int_to_22_matrix(maxMatrixVal=12))