From 588c34a3d595fcad5e93b8d4893f1098ce64d046 Mon Sep 17 00:00:00 2001 From: blendoit Date: Mon, 30 Sep 2019 18:42:34 -0700 Subject: First commit! Changed coordinate lists into numpy arrays. --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c796902 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +# .gitignore +**/__pycache__/ +**/log.txt +save/ \ No newline at end of file -- cgit v1.2.3