Skip to content

Commit 97ff837

Browse files
authored
Merge pull request #67 from python-project-templates/copier-update-2025-07-16T01-52-36
Update from copier (2025-07-16T01:52:36)
2 parents cad53f8 + b77ecab commit 97ff837

File tree

2 files changed

+5
-2
lines changed

2 files changed

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

.gitignore

Lines changed: 4 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
@@ -134,7 +138,6 @@ docs/index.md
134138
docs/html
135139
docs/jupyter_execute
136140
index.md
137-
_template/labextension
138141

139142
# JS
140143
js/coverage

0 commit comments

Comments
 (0)