Skip to content

Commit 909b650

Browse files
Update from copier (2025-07-15T21:22:03)
1 parent 07b9159 commit 909b650

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-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: 8c06bd5
2+
_commit: ae30a61
33
_src_path: https://github.com/python-project-templates/base.git
44
add_docs: false
55
add_extension: rust

.gitignore

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,12 @@ __pycache__/
44
*$py.class
55

66
# C extensions
7+
*.a
78
*.so
9+
*.obj
810
*.dll
11+
*.exp
12+
*.lib
913

1014
# Distribution / packaging
1115
.Python
@@ -136,13 +140,21 @@ docs/jupyter_execute
136140
index.md
137141
_template/labextension
138142

143+
# JS
144+
js/coverage
145+
js/dist
146+
js/lib
147+
js/node_modules
148+
python_template_rust/extension
149+
139150
# Jupyter
140151
.ipynb_checkpoints
141152
.autoversion
153+
python_template_rust/nbextension
154+
python_template_rust/labextension
142155

143156
# Mac
144157
.DS_Store
145158

146159
# Rust
147160
target
148-

0 commit comments

Comments
 (0)