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 11# Changes here will be overwritten by Copier
2- _commit : 8c06bd5
2+ _commit : 9dfa165
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
@@ -29,8 +33,6 @@ share/python-wheels/
2933MANIFEST
3034
3135# 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.
3436* .manifest
3537* .spec
3638
@@ -81,11 +83,7 @@ ipython_config.py
8183.python-version
8284
8385# 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
8987
9088# PEP 582; used by e.g. github.com/David-OConnor/pyflow
9189__pypackages__ /
@@ -131,14 +129,24 @@ docs/_build/
131129docs /src /_build /
132130docs /api
133131docs /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
134141
135142# Jupyter
136143.ipynb_checkpoints
137144.autoversion
145+ hatch_rust /nbextension
146+ hatch_rust /labextension
138147
139148# Mac
140149.DS_Store
141150
142151# Rust
143152target
144-
You can’t perform that action at this time.
0 commit comments