Skip to content

Update from copier (2025-08-03T05:24:31) #53

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Aug 3, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .copier-answers.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Changes here will be overwritten by Copier
_commit: 9642da9
_commit: 2d0c192
_src_path: https://github.com/python-project-templates/base.git
add_docs: false
add_extension: python
Expand Down
7 changes: 5 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -139,12 +139,15 @@ js/dist
js/lib
js/node_modules
js/*.tgz
hatch_cpp/extension

# Jupyter
.ipynb_checkpoints
.autoversion
python_template_js/nbextension
python_template_js/labextension
!hatch_cpp/extension/hatch_cpp.json
!hatch_cpp/extension/install.json
hatch_cpp/nbextension
hatch_cpp/labextension

# Mac
.DS_Store
Expand Down
Loading