Remove .vscode directory from .gitignore and add launch configuration for Flask and Pytest

This commit is contained in:
Mikhail Yevchenko
2026-04-01 11:13:58 +00:00
parent 30ecd60601
commit 4548f455a3
2 changed files with 23 additions and 1 deletions
-1
View File
@@ -4,4 +4,3 @@ __pycache__/
.venv/
venv/
*.log
.vscode/