Sales import Working

This commit is contained in:
2026-09-15 04:10:38 +00:00
parent 7be26ad9da
commit 7656c7e877
11 changed files with 190 additions and 77 deletions
+3 -1
View File
@@ -8,7 +8,7 @@
],
"python.venvPath": "${workspaceFolder}/barker",
"python.terminal.activateEnvironment": true,
// Quality-of-life
// Quality-of-life
/* --- Pylance: keep IntelliSense, disable type checking --- */
// "python.analysis.typeCheckingMode": "off",
// "python.analysis.diagnosticMode": "openFilesOnly",
@@ -40,6 +40,7 @@
"**/.mypy_cache": true,
"**/.ruff_cache": true,
"**/.pytest_cache": true,
"**/.venv": true,
".idea": true,
"**/node_modules": true,
"typings": true,
@@ -56,6 +57,7 @@
"**/.mypy_cache": true,
"**/.ruff_cache": true,
"**/.pytest_cache": true,
"**/.venv": true,
".idea": true,
"**/node_modules": true,
"**/poetry.lock": true,