We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0e0cef8 + 8c35c4b commit c19ad44Copy full SHA for c19ad44
2 files changed
.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: js
.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
@@ -137,13 +141,17 @@ index.md
137
141
_template/labextension
138
142
139
143
# JS
140
-js/node_modules
144
+js/coverage
145
js/dist
146
+js/lib
147
+js/node_modules
148
python_template_js/extension
149
150
# Jupyter
151
.ipynb_checkpoints
152
.autoversion
153
+python_template_js/nbextension
154
+python_template_js/labextension
155
156
# Mac
157
.DS_Store
0 commit comments