feat: initial commit

This commit is contained in:
Maurice Debray 2025-12-10 20:32:34 +01:00 committed by sinavir
commit 2ec883ff80
12 changed files with 610 additions and 0 deletions

9
.gitignore vendored Normal file
View file

@ -0,0 +1,9 @@
# ---> Nix
# Ignore build outputs from performing a nix-build or `nix build` command
result
result-*
# Ignore automatically generated direnv output
.direnv
.pre-commit-config.yaml