File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Expand file tree Collapse file tree 2 files changed +14
-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 : rust
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
@@ -136,13 +140,21 @@ docs/jupyter_execute
136
140
index.md
137
141
_template /labextension
138
142
143
+ # JS
144
+ js /coverage
145
+ js /dist
146
+ js /lib
147
+ js /node_modules
148
+ python_template_rust /extension
149
+
139
150
# Jupyter
140
151
.ipynb_checkpoints
141
152
.autoversion
153
+ python_template_rust /nbextension
154
+ python_template_rust /labextension
142
155
143
156
# Mac
144
157
.DS_Store
145
158
146
159
# Rust
147
160
target
148
-
You can’t perform that action at this time.
0 commit comments