File tree Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change 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
44add_docs : false
55add_extension : python
Original file line number Diff line number Diff line change @@ -130,13 +130,30 @@ docs/_build/
130130docs /src /_build /
131131docs /api
132132docs /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
137147Network Trash Folder
138148Temporary 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
174192nbprint /extension /*
175193nbprint /templates /nbprint /static /*
176194nbprint /voila /static /*
177195tmp.html
178196examples /output /
197+ =======
198+ # Rust
199+ target
200+ >>>>>>> after updating
You can’t perform that action at this time.
0 commit comments