We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f41ccf commit 6df45dfCopy full SHA for 6df45df
.env.template
@@ -0,0 +1,3 @@
1
+CI_VER=0.18.1
2
+CI_WPI=Winpython64-3.9.10.0dot.exe
3
+VCVARS_PATH="C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvars64.bat"
.gitignore
@@ -14,6 +14,10 @@ launchers/
14
Win*.exe
15
WPy*/
16
17
+# Visual Studio Code
18
+.venv
19
+.env
20
+
21
# Created by https://www.gitignore.io/api/python
22
23
### Python ###
0 commit comments