diff options
author | Holden Rohrer <hr@hrhr.dev> | 2020-01-11 16:40:15 -0500 |
---|---|---|
committer | Holden Rohrer <hr@hrhr.dev> | 2020-01-11 16:40:15 -0500 |
commit | 60fc94807b9ae54b5bb4433e04d03a635f3c0e3d (patch) | |
tree | 40c1ab3143b7fbaa0beea898e2dfb83b135c4d3f |
Initial commit
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | README | 5 |
2 files changed, 7 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..47aa587 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +*.svg +*.pdf @@ -0,0 +1,5 @@ +<h1> Science Fair Project 2020 </h1> + +<h2> Contents </h2> + +<p>Contains some .tex files for generating the report in plain TeX and .py files for using graphing antlion locations with matplotlib and scipy</p> |