Skip to content

Commit 3cabbd6

Browse files
authored
Merge pull request #53 from python-project-templates/copier-update-2025-08-03T05-24-31
Update from copier (2025-08-03T05:24:31)
2 parents 9d1cae3 + bdb82ca commit 3cabbd6

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
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: 9642da9
2+
_commit: 2d0c192
33
_src_path: https://github.com/python-project-templates/base.git
44
add_docs: false
55
add_extension: python

.gitignore

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,12 +139,15 @@ js/dist
139139
js/lib
140140
js/node_modules
141141
js/*.tgz
142+
hatch_cpp/extension
142143

143144
# Jupyter
144145
.ipynb_checkpoints
145146
.autoversion
146-
python_template_js/nbextension
147-
python_template_js/labextension
147+
!hatch_cpp/extension/hatch_cpp.json
148+
!hatch_cpp/extension/install.json
149+
hatch_cpp/nbextension
150+
hatch_cpp/labextension
148151

149152
# Mac
150153
.DS_Store

0 commit comments

Comments
 (0)