Skip to content

Commit 80a976a

Browse files
authored
Merge pull request #9 from python-project-templates/copier-update-2025-07-20T05-20-53
Update from copier (2025-07-20T05:20:53)
2 parents 60bec30 + f5b8425 commit 80a976a

File tree

2 files changed

+17
-9
lines changed

2 files changed

+17
-9
lines changed

.copier-answers.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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
44
add_docs: false
55
add_extension: python

.gitignore

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff 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/
2933
MANIFEST
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/
131129
docs/src/_build/
132130
docs/api
133131
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
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
143152
target
144-

0 commit comments

Comments
 (0)