Add script.py, venv and .gitignore

This commit is contained in:
Mateusz Piórek 2023-12-11 17:38:46 +01:00
commit 86f5a1c734
2 changed files with 4 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
venv

3
script.py Normal file
View File

@ -0,0 +1,3 @@
import numpy as np
print(np.eye(3))