From ccf55d8757b8ebbf9f4e3640aa7e17eb5d7db1a6 Mon Sep 17 00:00:00 2001 From: ThotDjehuty Date: Thu, 14 May 2026 22:46:26 +0200 Subject: [PATCH] chore(packaging): exclude notebooks/gifs/docs/tests from crates.io tarball --- Cargo.toml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 835b531..95aaa55 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,6 +9,18 @@ repository = "https://github.com/ThotDjehuty/optimiz-r" keywords = ["optimization", "machine-learning", "statistics", "numerical", "scientific"] categories = ["algorithms", "science", "mathematics"] readme = "README.md" +exclude = [ + "examples/notebooks/*", + "examples/*.gif", + "examples/*.png", + "examples/*.jpg", + "docs/*", + "tests/*", + "wheels/*", + "target/*", + ".github/*", + "*.ipynb", +] [lib] name = "optimizr"