Initial commit

This commit is contained in:
Christoph Hollizeck 2025-07-17 10:15:06 +02:00
commit 4972944cc0
Signed by: Daholli
GPG key ID: 249300664F2AF2C7
11 changed files with 748 additions and 0 deletions

24
.gitignore vendored Normal file
View file

@ -0,0 +1,24 @@
# ---> Nix
# Ignore build outputs from performing a nix-build or `nix build` command
result
result-*
# Ignore automatically generated direnv output
.direnv
# ---> Zig
.zig-cache/
zig-out/
build/
build-*/
docgen_tmp/
# Devenv
.devenv*
devenv.local.nix
# direnv
.direnv
# pre-commit
.pre-commit-config.yaml