Skip to content

Commit 1bb3941

Browse files
authored
Merge pull request #65 from Point72/copier-update-2026-05-17T06-06-42
Update from copier (2026-05-17T06:06:42)
2 parents 29c72c8 + af8a7a3 commit 1bb3941

2 files changed

Lines changed: 7 additions & 4 deletions

File tree

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

.gitignore

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ __pycache__/
55

66
# C extensions
77
*.a
8+
*.o
9+
*.dSYM
810
*.so
911
*.obj
1012
*.dll
@@ -13,6 +15,7 @@ __pycache__/
1315

1416
# Rust
1517
target
18+
target-capi
1619

1720
# Distribution / packaging
1821
.Python
@@ -137,12 +140,12 @@ csp_bot/extension
137140
csp_bot/nbextension
138141
csp_bot/labextension
139142

143+
# Emscripten SDK (locally installed)
144+
emsdk
145+
140146
# Mac
141147
.DS_Store
142148

143-
# Rust
144-
target
145-
146149
# Hydra
147150
outputs/
148151
multirun/

0 commit comments

Comments
 (0)