Separate Python and Rust into python/ and rust/ with per-stack Dockerfiles

This commit is contained in:
2026-04-19 14:01:05 +08:00
parent be8e030940
commit c2ef37b84e
184 changed files with 96 additions and 85 deletions

6
.gitignore vendored
View File

@@ -27,11 +27,11 @@ dist/
.eggs/
# Rust / maturin build artifacts
myfsio_core/target/
myfsio_core/Cargo.lock
python/myfsio_core/target/
python/myfsio_core/Cargo.lock
# Rust engine build artifacts
myfsio-engine/target/
rust/myfsio-engine/target/
# Local runtime artifacts
logs/