Skip to content

Commit c19ad44

Browse files
authored
Merge pull request #38 from python-project-templates/copier-update-2025-07-15T21-22-07
Update from copier (2025-07-15T21:22:07)
2 parents 0e0cef8 + 8c35c4b commit c19ad44

File tree

2 files changed

+10
-2
lines changed

2 files changed

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

.gitignore

Lines changed: 9 additions & 1 deletion
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
@@ -137,13 +141,17 @@ index.md
137141
_template/labextension
138142

139143
# JS
140-
js/node_modules
144+
js/coverage
141145
js/dist
146+
js/lib
147+
js/node_modules
142148
python_template_js/extension
143149

144150
# Jupyter
145151
.ipynb_checkpoints
146152
.autoversion
153+
python_template_js/nbextension
154+
python_template_js/labextension
147155

148156
# Mac
149157
.DS_Store

0 commit comments

Comments
 (0)