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.
1 parent cad53f8 commit 2766f62Copy full SHA for 2766f62
.copier-answers.yaml
@@ -1,5 +1,5 @@
1
# Changes here will be overwritten by Copier
2
-_commit: 8c06bd5
+_commit: ae30a61
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
@@ -141,6 +145,7 @@ js/coverage
141
145
js/dist
142
146
js/lib
143
147
js/node_modules
148
+python_template_jupyter/extension
144
149
150
# Jupyter
151
.ipynb_checkpoints
0 commit comments