Remove Rust build artifacts from tracking, update .gitignore

This commit is contained in:
2026-02-16 16:06:42 +08:00
parent 4c661477d5
commit d425839e57
486 changed files with 4 additions and 1752 deletions

4
.gitignore vendored
View File

@@ -26,6 +26,10 @@ dist/
*.egg-info/
.eggs/
# Rust / maturin build artifacts
myfsio_core/target/
myfsio_core/Cargo.lock
# Local runtime artifacts
logs/
*.log