We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b76e6d3 + 773f4b4 commit f843742Copy full SHA for f843742
.copier-answers.yaml
@@ -1,5 +1,5 @@
1
# Changes here will be overwritten by Copier
2
-_commit: 3160d4c
+_commit: 9be318c
3
_src_path: https://github.com/python-project-templates/base.git
4
add_docs: false
5
add_extension: python
.gitignore
@@ -142,13 +142,16 @@ hatch_js/labextension
142
# Rust
143
target
144
145
-<<<<<<< before updating
+# Hydra
146
+outputs/
147
+multirun/
148
+
149
+# AI
150
+ROADMAP.md
151
+AGENTS.md
152
+.github/hooks/sdlc.json
153
154
# Test parts
155
hatch_js/tests/test_project_basic/js/dist
156
hatch_js/tests/test_project_basic/js/node_modules
157
hatch_js/tests/test_project_basic/project/extension
-=======
-# Hydra
-outputs/
-multirun/
->>>>>>> after updating
0 commit comments