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__

9
README.md Normal file
View file

@ -0,0 +1,9 @@
# Mono
This is my mono-repo. Having a personal mono-repo is a new idea for me, so at
the time of this writing, the state of this repository is fledgling.
I'm attempting to amass a collection of functions across a variety of languages
while minimizing the costs of sharing the code across a projects. Stay tuned for
more updates as my definition of the mono-repo becomes more clear, my opinions
evolve, and my preferences change.