First commit

This commit is contained in:
2019-01-28 10:15:59 -05:00
parent 339697124e
commit 4557ad07db
5 changed files with 144 additions and 42 deletions

4
.gitignore vendored Normal file
View File

@@ -0,0 +1,4 @@
#Ignore anything that Visual Studio Code produces
.vscode/*
#Ignore anything that python caches
__pycache__/*