Skip to content

Commit b62cfa7

Browse files
Update from copier (2025-07-16T01:52:37)
1 parent ae0fe6d commit b62cfa7

File tree

2 files changed

+23
-1
lines changed

2 files changed

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

.gitignore

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,13 +130,30 @@ docs/_build/
130130
docs/src/_build/
131131
docs/api
132132
docs/index.md
133+
docs/html
134+
docs/jupyter_execute
135+
index.md
136+
137+
# JS
138+
js/coverage
139+
js/dist
140+
js/lib
141+
js/node_modules
133142

143+
<<<<<<< before updating
134144
# Directories potentially created on remote AFP share
135145
.AppleDB
136146
.AppleDesktop
137147
Network Trash Folder
138148
Temporary Items
139149
.apdisk
150+
=======
151+
# Jupyter
152+
.ipynb_checkpoints
153+
.autoversion
154+
hatch_cpp/nbextension
155+
hatch_cpp/labextension
156+
>>>>>>> after updating
140157

141158
# Windows
142159
# =========================
@@ -169,10 +186,15 @@ $RECYCLE.BIN/
169186
# -------------
170187
**/coverage/
171188

189+
<<<<<<< before updating
172190
# Notebook and lab extensions
173191

174192
nbprint/extension/*
175193
nbprint/templates/nbprint/static/*
176194
nbprint/voila/static/*
177195
tmp.html
178196
examples/output/
197+
=======
198+
# Rust
199+
target
200+
>>>>>>> after updating

0 commit comments

Comments
 (0)