Skip to content

Commit 6df45df

Browse files
committed
Add .env.template and update .gitignore for environment configuration
1 parent 6f41ccf commit 6df45df

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.env.template

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ launchers/
1414
Win*.exe
1515
WPy*/
1616

17+
# Visual Studio Code
18+
.venv
19+
.env
20+
1721
# Created by https://www.gitignore.io/api/python
1822

1923
### Python ###

0 commit comments

Comments
 (0)