This commit is contained in:
2026-04-01 17:32:32 +02:00
commit c1b19f996f
8 changed files with 1212 additions and 0 deletions

25
.gitignore vendored Normal file
View File

@@ -0,0 +1,25 @@
# pixi environments
.pixi/*
!.pixi/config.toml
# Node.js
node_modules/
# Build output
dist/
# Environment variables
.env
# Editor
.vscode/
# OS files
.DS_Store
Thumbs.db
# LiDAR / große Daten (für später sehr wichtig!)
data/
*.las
*.laz
*.ply