We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8cfb96e + e2207bf commit 0377109Copy full SHA for 0377109
2 files changed
.copier-answers.yaml
@@ -1,5 +1,5 @@
1
# Changes here will be overwritten by Copier
2
-_commit: a446d93
+_commit: 08a244d
3
_src_path: https://github.com/python-project-templates/base.git
4
add_docs: true
5
add_extension: python
.gitignore
@@ -141,14 +141,12 @@ js/node_modules
141
js/test-results
142
js/playwright-report
143
js/*.tgz
144
-python_template/extension
145
146
# Jupyter
147
.ipynb_checkpoints
148
.autoversion
149
Untitled*.ipynb
150
-!python_template/extension/python_template.json
151
-!python_template/extension/install.json
+python_template/extension
152
python_template/nbextension
153
python_template/labextension
154
@@ -157,3 +155,7 @@ python_template/labextension
157
155
158
156
# Rust
159
target
+
+# Hydra
160
+outputs/
161
+multirun/
0 commit comments