We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cad53f8 + b77ecab commit 97ff837Copy full SHA for 97ff837
.copier-answers.yaml
@@ -1,5 +1,5 @@
1
# Changes here will be overwritten by Copier
2
-_commit: 8c06bd5
+_commit: '1810209'
3
_src_path: https://github.com/python-project-templates/base.git
4
add_docs: false
5
add_extension: jupyter
.gitignore
@@ -4,8 +4,12 @@ __pycache__/
*$py.class
6
# C extensions
7
+*.a
8
*.so
9
+*.obj
10
*.dll
11
+*.exp
12
+*.lib
13
14
# Distribution / packaging
15
.Python
@@ -134,7 +138,6 @@ docs/index.md
134
138
docs/html
135
139
docs/jupyter_execute
136
140
index.md
137
-_template/labextension
141
142
# JS
143
js/coverage
0 commit comments