Initial commit

This commit is contained in:
2026-01-18 15:39:46 +01:00
commit 587f2bd7e7
106 changed files with 14918 additions and 0 deletions

30
.gitignore vendored Normal file
View File

@@ -0,0 +1,30 @@
# Rust
/target
*.rs.bk
# Node
node_modules/
# Lock files (except Cargo.lock for binary reproducibility)
pnpm-lock.yaml
# SvelteKit
.svelte-kit/
website/build/
# macOS
.DS_Store
# IDE
.vscode/
.idea/
*.swp
*.swo
# Environment
.env
.env.*
!.env.example
# Logs
*.log