Skip to content

Commit 2766f62

Browse files
Update from copier (2025-07-15T21:22:08)
1 parent cad53f8 commit 2766f62

File tree

2 files changed

+6
-1
lines changed

2 files changed

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

.gitignore

Lines changed: 5 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
@@ -141,6 +145,7 @@ js/coverage
141145
js/dist
142146
js/lib
143147
js/node_modules
148+
python_template_jupyter/extension
144149

145150
# Jupyter
146151
.ipynb_checkpoints

0 commit comments

Comments
 (0)