Add VSCode configuration files for Python development

This commit is contained in:
William Valentin
2025-07-28 12:43:29 -07:00
parent 6cecb92596
commit e3622912dd
3 changed files with 30 additions and 1 deletions

1
.gitignore vendored
View File

@@ -7,7 +7,6 @@ __pycache__/
*.spec
*.log
logs/
.vscode/
.venv/
.poetry/
.pytest_cache/