From 13a8845ab3fcec0885f7574357d715a9b7bd1a7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joseph=20Hopfm=C3=BCller?= Date: Sun, 16 Oct 2022 17:05:14 +0200 Subject: [PATCH] initial commit --- .gitignore | 6 ++++++ 01_tensors/01_tensors_playground.py | 1 + 2 files changed, 7 insertions(+) create mode 100644 .gitignore create mode 100644 01_tensors/01_tensors_playground.py diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d9869e7 --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +bin/ +include/ +lib/ +lib64 +pyvenv.cfg +.python-version diff --git a/01_tensors/01_tensors_playground.py b/01_tensors/01_tensors_playground.py new file mode 100644 index 0000000..53df570 --- /dev/null +++ b/01_tensors/01_tensors_playground.py @@ -0,0 +1 @@ + pip \ No newline at end of file