diff --git a/.gitignore b/.gitignore index a547bf3..3592807 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,68 @@ dist-ssr *.njsproj *.sln *.sw? + +# Environment +.env +.env.* + +# Node / package managers +package-lock.json +pnpm-lock.yaml +yarn.lock +.turbo + +# Vite / build caches +.vite/ +.cache/ +dist/ +build/ + +# TypeScript +*.tsbuildinfo + +# Tauri / Rust +src-tauri/target/ +target/ +/dist/tauri + +# CMake / build artifacts +build/ +build-x64/ +cmake-build-debug/ +CMakeFiles/ +bin/ +lib/ +Debug/ +Release/ +*.obj +*.o +*.lib +*.a +*.dll +*.so +*.dylib +*.exe +*.pdb +*.ilk + +# Visual Studio +.vs/ +bin/ +obj/ +*.user +*.userosscache +*.VC.db +*.VC.VC.opendb + +# IDEs +.idea/ +*.sublime-workspace + +# Misc +.DS_Store +Thumbs.db + +# Logs again (catch-all) +*.log + diff --git a/GUI b/GUI new file mode 160000 index 0000000..eece2be --- /dev/null +++ b/GUI @@ -0,0 +1 @@ +Subproject commit eece2beb29eabca46ba58ed3fa034146e0d4bd41 diff --git a/RLIdentity/RLidentity b/RLIdentity/RLidentity new file mode 160000 index 0000000..13b2828 --- /dev/null +++ b/RLIdentity/RLidentity @@ -0,0 +1 @@ +Subproject commit 13b28286dc1263bb98c55645b1c3d16f9f724a7b