diff options
author | William Carroll <wpcarro@gmail.com> | 2020-01-15T14·18+0000 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2020-01-15T14·21+0000 |
commit | d480b6f08b8a6b32c58e5bbdf2f193432c50fb97 (patch) | |
tree | 6ef4fd119d2742110d1315bb4683b493001a640d /.gitignore |
Initialize repo
Adding a README and a basic .gitignore to initialize this mono-repo. I'm quite excited about this undertaking!
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000000..51eb9644acd7 --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +# Haskell +*.hi +*.o + +# Python +__pycache__ |