Skip to content

Commit 4869ddd

Browse files
Merge branch 'ci/run_script_uniformisation' into develop
2 parents cfc2ddb + 8509cb4 commit 4869ddd

9 files changed

Lines changed: 431 additions & 94 deletions

File tree

.env.template

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,10 @@
1-
PYTHONPATH=.
1+
# Python interpreter (explicit path, e.g. WinPython). Auto-detected if empty.
2+
PYTHON=
3+
# WinPython base directory (legacy, prefer PYTHON instead)
4+
# WINPYDIRBASE=
5+
# Virtual environment directory (e.g. .venv39). Auto-discovered if empty.
6+
VENV_DIR=
7+
# Python path for development (sibling packages)
8+
PYTHONPATH=.
9+
# Locale (e.g. fr)
10+
LANG=

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ doctmp/
77

88
# Visual Studio Code
99
.env
10+
.venv*
11+
.*venv*
12+
13+
#AI instructions
14+
*.ai
15+
*.ai*
1016

1117
# Created by https://www.gitignore.io/api/python
1218

0 commit comments

Comments
 (0)