File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changes here will be overwritten by Copier
2
- _commit : 8c06bd5
2
+ _commit : ae30a61
3
3
_src_path : https://github.com/python-project-templates/base.git
4
4
add_docs : false
5
5
add_extension : js
Original file line number Diff line number Diff line change @@ -4,8 +4,12 @@ __pycache__/
4
4
* $py.class
5
5
6
6
# C extensions
7
+ * .a
7
8
* .so
9
+ * .obj
8
10
* .dll
11
+ * .exp
12
+ * .lib
9
13
10
14
# Distribution / packaging
11
15
.Python
@@ -137,13 +141,17 @@ index.md
137
141
_template /labextension
138
142
139
143
# JS
140
- js /node_modules
144
+ js /coverage
141
145
js /dist
146
+ js /lib
147
+ js /node_modules
142
148
python_template_js /extension
143
149
144
150
# Jupyter
145
151
.ipynb_checkpoints
146
152
.autoversion
153
+ python_template_js /nbextension
154
+ python_template_js /labextension
147
155
148
156
# Mac
149
157
.DS_Store
You can’t perform that action at this time.
0 commit comments