We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 69c825d + 8a3bade commit fe2f8a9Copy full SHA for fe2f8a9
2 files changed
.copier-answers.yaml
@@ -1,5 +1,5 @@
1
# Changes here will be overwritten by Copier
2
-_commit: e392033
+_commit: 71014c6
3
_src_path: https://github.com/python-project-templates/base.git
4
add_docs: true
5
add_extension: python
.gitignore
@@ -5,6 +5,8 @@ __pycache__/
6
# C extensions
7
*.a
8
+*.o
9
+*.dSYM
10
*.so
11
*.obj
12
*.dll
@@ -13,6 +15,7 @@ __pycache__/
13
15
14
16
# Rust
17
target
18
+target-capi
19
20
# Distribution / packaging
21
.Python
@@ -137,12 +140,12 @@ python_template/extension
137
140
python_template/nbextension
138
141
python_template/labextension
139
142
143
+# Emscripten SDK (locally installed)
144
+emsdk
145
+
146
# Mac
147
.DS_Store
148
-# Rust
-target
-
149
# Hydra
150
outputs/
151
multirun/
0 commit comments