We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63f090b commit 09b5ee8Copy full SHA for 09b5ee8
.copier-answers.yml
@@ -1,5 +1,5 @@
1
# Changes here will be overwritten by Copier
2
-_commit: dfc65a1
+_commit: 0c4df0a
3
_src_path: .
4
add_extension: python
5
email: t.paine154@gmail.com
.gitignore
@@ -137,3 +137,7 @@ _template/labextension
137
138
# Mac
139
.DS_Store
140
+
141
+# Rust
142
+target
143
pyproject.toml
@@ -111,6 +111,7 @@ default-section = "third-party"
111
known-first-party = ["python_template"]
112
section-order = [
113
"future",
114
+ "standard-library",
115
"third-party",
116
"first-party",
117
"local-folder",
0 commit comments