2026-05-25 20:44:22 +05:30
|
|
|
{
|
2026-06-30 15:05:08 +05:30
|
|
|
"python.defaultInterpreterPath": "${workspaceFolder}/venv/bin/python",
|
|
|
|
|
"git.detectWorktrees": true,
|
|
|
|
|
"git.worktreeIncludeFiles": [
|
|
|
|
|
"api/.env",
|
|
|
|
|
"api/.env.test",
|
|
|
|
|
"ui/.env.local"
|
|
|
|
|
]
|
2026-05-25 20:44:22 +05:30
|
|
|
}
|