This commit is contained in:
2025-11-28 10:49:36 +01:00
parent 37ce925067
commit 6f80ac585c
22 changed files with 5350 additions and 1 deletions

11
.gitignore vendored
View File

@ -1,6 +1,14 @@
# ---> Agda
*.agdai
**.agdai
MAlonzo/**
**.hi
**/*.hi
**/*.o
**/*.log
**/*.aux
**/*.dvi
**/*.agdai
Alisaie/Test
# ---> Nix
# Ignore build outputs from performing a nix-build or `nix build` command
@ -10,3 +18,4 @@ result-*
# Ignore automatically generated direnv output
.direnv
Main