Skip to content

Commit da87f3c

Browse files
Update from copier (2025-08-03T05:24:31)
Signed-off-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 9d1cae3 commit da87f3c

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,12 +139,20 @@ js/dist
139139
js/lib
140140
js/node_modules
141141
js/*.tgz
142+
hatch_cpp/extension
142143

143144
# Jupyter
144145
.ipynb_checkpoints
145146
.autoversion
147+
<<<<<<< before updating
146148
python_template_js/nbextension
147149
python_template_js/labextension
150+
=======
151+
!hatch_cpp/extension/hatch_cpp.json
152+
!hatch_cpp/extension/install.json
153+
hatch_cpp/nbextension
154+
hatch_cpp/labextension
155+
>>>>>>> after updating
148156

149157
# Mac
150158
.DS_Store

0 commit comments

Comments
 (0)