2026-01-31 22:00:56 +08:00

9 lines
190 B
JSON

{
"venvPath": ".",
"venv": ".venv",
"pythonVersion": "{{ cookiecutter.python_version }}",
"extraPaths": [
"./",
"./.venv/lib/python3.12/site-packages"
]
}