File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changes here will be overwritten by Copier
2- _commit : e392033
2+ _commit : 71014c6
33_src_path : https://github.com/python-project-templates/base.git
44add_docs : true
55add_extension : rust
Original file line number Diff line number Diff 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
1517target
18+ target-capi
1619
1720# Distribution / packaging
1821.Python
@@ -137,12 +140,12 @@ python_template_rust/extension
137140python_template_rust /nbextension
138141python_template_rust /labextension
139142
143+ # Emscripten SDK (locally installed)
144+ emsdk
145+
140146# Mac
141147.DS_Store
142148
143- # Rust
144- target
145-
146149# Hydra
147150outputs /
148151multirun /
Original file line number Diff line number Diff line change 33requirements : # # install required dev dependencies
44 rustup component add rustfmt
55 rustup component add clippy
6- cargo install cargo-nextest -- locked --force
7- cargo install cargo-llvm-cov --force
6+ cargo install -- locked --force cargo-nextest
7+ cargo install --force cargo-llvm-cov
88
99develop : requirements # # install required dev dependencies
1010
You can’t perform that action at this time.
0 commit comments