Initial Commit

This commit is contained in:
2026-03-14 02:30:17 +00:00
commit de4c5ebccc
19 changed files with 4675 additions and 0 deletions

15
.gitignore vendored Normal file
View File

@@ -0,0 +1,15 @@
# Mac stuff:
.DS_Store
# trunk output folder
dist
# Rust compile target directories:
target
target_ra
target_wasm
# https://github.com/lycheeverse/lychee
.lycheecache
LICENSE*