ignore vsocde folder

This commit is contained in:
skymike03
2025-08-07 22:30:54 +02:00
parent 006e31acf6
commit b83a4cdb9b
2 changed files with 3 additions and 1 deletions
+1
View File
@@ -9,3 +9,4 @@ ports/gamelist.xml
*.log
*.rar
*.zip
.vscode/
+1
View File
@@ -1,6 +1,7 @@
import os
os.environ["SDL_FBDEV"] = "/dev/fb0"
import pygame # type: ignore
# type: ignore[reportAttributeAccessIssue]
import asyncio
import platform
import logging