Initial commit

This commit is contained in:
nerf 2025-05-25 14:53:32 +02:00
commit 50b59598da
3 changed files with 249 additions and 0 deletions

12
.gitignore vendored Normal file
View file

@ -0,0 +1,12 @@
# ---> Nix
# Ignore build outputs from performing a nix-build or `nix build` command
result
result-*
# Ignore automatically generated direnv output
.direnv
# ---> Agda
*.agdai
MAlonzo/**