diff options
-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> |