From 31e8de02bc5e10f24f860fca98aa0e1428eb2dda Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 22 Mar 2026 05:51:50 +0000 Subject: [PATCH] Update from copier (2026-03-22T05:51:50) Signed-off-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> --- .copier-answers.yaml | 2 +- .gitignore | 5 +++++ rust/Cargo.toml | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.copier-answers.yaml b/.copier-answers.yaml index 16167e6..ee5830e 100644 --- a/.copier-answers.yaml +++ b/.copier-answers.yaml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier -_commit: 3160d4c +_commit: 9be318c _src_path: https://github.com/python-project-templates/base.git add_docs: true add_extension: rust diff --git a/.gitignore b/.gitignore index e9d82ad..639622f 100644 --- a/.gitignore +++ b/.gitignore @@ -145,3 +145,8 @@ target # Hydra outputs/ multirun/ + +# AI +ROADMAP.md +AGENTS.md +.github/hooks/sdlc.json diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 780a7a8..41ef394 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" license = "Apache-2.0" readme = "../README.md" repository = "https://github.com/python-project-templates/python template rust" -description = "" +description = "A Rust-Python project template" [lib] name = "python_template_rust"