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:
commit
d480b6f08b
2 changed files with 15 additions and 0 deletions
6
.gitignore
vendored
Normal file
6
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
# Haskell
|
||||
*.hi
|
||||
*.o
|
||||
|
||||
# Python
|
||||
__pycache__
|
||||
Loading…
Add table
Add a link
Reference in a new issue