Skip to content

Commit 3def9e7

Browse files
authored
Merge pull request #47 from python-project-templates/copier-update-2025-07-13T20-18-17
Update from copier (2025-07-13T20:18:17)
2 parents 1befe8f + eb0f54d commit 3def9e7

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-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: df47e86
33
_src_path: https://github.com/python-project-templates/base.git
44
add_docs: false
55
add_extension: python

.gitignore

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,12 @@ __pycache__/
44
*$py.class
55

66
# C extensions
7+
*.a
78
*.so
9+
*.obj
810
*.dll
11+
*.exp
12+
*.lib
913

1014
# Distribution / packaging
1115
.Python
@@ -131,10 +135,23 @@ docs/_build/
131135
docs/src/_build/
132136
docs/api
133137
docs/index.md
138+
docs/html
139+
docs/jupyter_execute
140+
index.md
141+
_template/labextension
142+
143+
# JS
144+
js/coverage
145+
js/dist
146+
js/lib
147+
js/node_modules
148+
yardang/extension
134149

135150
# Jupyter
136151
.ipynb_checkpoints
137152
.autoversion
153+
yardang/nbextension
154+
yardang/labextension
138155

139156
# Mac
140157
.DS_Store

0 commit comments

Comments
 (0)