File tree Expand file tree Collapse file tree 2 files changed +17
-9
lines changed Expand file tree Collapse file tree 2 files changed +17
-9
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 : 9dfa165
3
3
_src_path : https://github.com/python-project-templates/base.git
4
4
add_docs : false
5
5
add_extension : python
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
@@ -29,8 +33,6 @@ share/python-wheels/
29
33
MANIFEST
30
34
31
35
# PyInstaller
32
- # Usually these files are written by a python script from a template
33
- # before PyInstaller builds the exe, so as to inject date/other infos into it.
34
36
* .manifest
35
37
* .spec
36
38
@@ -81,11 +83,7 @@ ipython_config.py
81
83
.python-version
82
84
83
85
# pipenv
84
- # According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
85
- # However, in case of collaboration, if having platform-specific dependencies or dependencies
86
- # having no cross-platform support, pipenv may install dependencies that don't work, or not
87
- # install all needed dependencies.
88
- # Pipfile.lock
86
+ Pipfile.lock
89
87
90
88
# PEP 582; used by e.g. github.com/David-OConnor/pyflow
91
89
__pypackages__ /
@@ -131,14 +129,24 @@ docs/_build/
131
129
docs /src /_build /
132
130
docs /api
133
131
docs /index.md
132
+ docs /html
133
+ docs /jupyter_execute
134
+ index.md
135
+
136
+ # JS
137
+ js /coverage
138
+ js /dist
139
+ js /lib
140
+ js /node_modules
134
141
135
142
# Jupyter
136
143
.ipynb_checkpoints
137
144
.autoversion
145
+ hatch_rust /nbextension
146
+ hatch_rust /labextension
138
147
139
148
# Mac
140
149
.DS_Store
141
150
142
151
# Rust
143
152
target
144
-
You can’t perform that action at this time.
0 commit comments