We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9d1cae3 + bdb82ca commit 3cabbd6Copy full SHA for 3cabbd6
.copier-answers.yaml
@@ -1,5 +1,5 @@
1
# Changes here will be overwritten by Copier
2
-_commit: 9642da9
+_commit: 2d0c192
3
_src_path: https://github.com/python-project-templates/base.git
4
add_docs: false
5
add_extension: python
.gitignore
@@ -139,12 +139,15 @@ js/dist
139
js/lib
140
js/node_modules
141
js/*.tgz
142
+hatch_cpp/extension
143
144
# Jupyter
145
.ipynb_checkpoints
146
.autoversion
-python_template_js/nbextension
147
-python_template_js/labextension
+!hatch_cpp/extension/hatch_cpp.json
148
+!hatch_cpp/extension/install.json
149
+hatch_cpp/nbextension
150
+hatch_cpp/labextension
151
152
# Mac
153
.DS_Store
0 commit comments