restructure

This commit is contained in:
2025-09-28 23:25:12 +02:00
parent 0608d352bd
commit 6735658a4b
5 changed files with 3743 additions and 116 deletions

8
.gitignore vendored
View File

@@ -32,9 +32,11 @@ $RECYCLE.BIN/
**/.parcel-cache/
**/dist/
# --- Rust ---
**/target/
# (Keep Cargo.lock in repo for binaries; default is tracked)
# --- Python ---
**/__pycache__/*
**/*.py[cod]
**/*.pyo
# --- IDEs / project files ---
.vscode/