Skip to content

Instantly share code, notes, and snippets.

View mohitejaikumar's full-sized avatar

Jaikumar Mohite mohitejaikumar

View GitHub Profile
@mohitejaikumar
mohitejaikumar / gist:17816eaca736fdaa80c57a841df8cc61
Created September 30, 2025 11:31
Diff for Superdev Purge-Assignment (Tiplink with MPC support)
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..c52a4ca
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
+/target
+**/Cargo.lock
\ No newline at end of file
diff --git a/Cargo.toml b/Cargo.toml
@mohitejaikumar
mohitejaikumar / gist:13ff915936cb0ea63aa3c8ad8ee93968
Created September 30, 2025 11:12
Diff for Superdev Purge-Assignment (Tiplink with MPC support)
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..c52a4ca
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
+/target
+**/Cargo.lock
\ No newline at end of file
diff --git a/Cargo.toml b/Cargo.toml