Skip to content

Commit 31e8de0

Browse files
Update from copier (2026-03-22T05:51:50)
Signed-off-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
1 parent c859eb4 commit 31e8de0

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.copier-answers.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changes here will be overwritten by Copier
2-
_commit: 3160d4c
2+
_commit: 9be318c
33
_src_path: https://github.com/python-project-templates/base.git
44
add_docs: true
55
add_extension: rust

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,3 +145,8 @@ target
145145
# Hydra
146146
outputs/
147147
multirun/
148+
149+
# AI
150+
ROADMAP.md
151+
AGENTS.md
152+
.github/hooks/sdlc.json

rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2021"
66
license = "Apache-2.0"
77
readme = "../README.md"
88
repository = "https://github.com/python-project-templates/python template rust"
9-
description = ""
9+
description = "A Rust-Python project template"
1010

1111
[lib]
1212
name = "python_template_rust"

0 commit comments

Comments
 (0)