File tree Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 11# Changes here will be overwritten by Copier
2- _commit : 8c06bd5
2+ _commit : ae30a61
33_src_path : https://github.com/python-project-templates/base.git
44add_docs : false
55add_extension : python
Original file line number Diff line number Diff line change @@ -4,8 +4,12 @@ __pycache__/
44* $py.class
55
66# C extensions
7+ * .a
78* .so
9+ * .obj
810* .dll
11+ * .exp
12+ * .lib
913
1014# Distribution / packaging
1115.Python
@@ -131,14 +135,26 @@ docs/_build/
131135docs /src /_build /
132136docs /api
133137docs /index.md
138+ docs /html
139+ docs /jupyter_execute
140+ index.md
141+ _template /labextension
142+
143+ # JS
144+ js /coverage
145+ js /dist
146+ js /lib
147+ js /node_modules
148+ python_template /extension
134149
135150# Jupyter
136151.ipynb_checkpoints
137152.autoversion
153+ python_template /nbextension
154+ python_template /labextension
138155
139156# Mac
140157.DS_Store
141158
142159# Rust
143160target
144-
You can’t perform that action at this time.
0 commit comments