Initialize repo

Adding a README and a basic .gitignore to initialize this mono-repo. I'm quite
excited about this undertaking!
This commit is contained in:
William Carroll 2020-01-15 14:18:54 +00:00
commit d480b6f08b
2 changed files with 15 additions and 0 deletions

6
.gitignore vendored Normal file
View file

@ -0,0 +1,6 @@
# Haskell
*.hi
*.o
# Python
__pycache__