Skip to content

Commit f843742

Browse files
authored
Merge pull request #21 from python-project-templates/copier-update-2026-03-22T05-50-33
Update from copier (2026-03-22T05:50:33)
2 parents b76e6d3 + 773f4b4 commit f843742

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
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: 3160d4c
2+
_commit: 9be318c
33
_src_path: https://github.com/python-project-templates/base.git
44
add_docs: false
55
add_extension: python

.gitignore

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -142,13 +142,16 @@ hatch_js/labextension
142142
# Rust
143143
target
144144

145-
<<<<<<< before updating
145+
# Hydra
146+
outputs/
147+
multirun/
148+
149+
# AI
150+
ROADMAP.md
151+
AGENTS.md
152+
.github/hooks/sdlc.json
153+
146154
# Test parts
147155
hatch_js/tests/test_project_basic/js/dist
148156
hatch_js/tests/test_project_basic/js/node_modules
149157
hatch_js/tests/test_project_basic/project/extension
150-
=======
151-
# Hydra
152-
outputs/
153-
multirun/
154-
>>>>>>> after updating

0 commit comments

Comments
 (0)