Skip to content
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Clean up: Remove Rust build artifacts (target/) and update .gitignore
  • Loading branch information
subrata-ms committed Jan 7, 2026
commit 4b344e9f06e7b3e072747d1bb7b31c422a394071
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,8 @@ build/

# learning files
learnings/

# Rust build artifacts
mssql_python/rust_bindings/target/
**/target/
Cargo.lock
Loading