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

3
.gitignore vendored
View File

@@ -8,4 +8,5 @@ windows/gamelist.xml
ports/gamelist.xml
*.log
*.rar
*.zip
*.zip
.vscode/

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