Skip to content

Commit

Permalink
Add .venv To .gitignore, Optimize Imports
Browse files Browse the repository at this point in the history
  • Loading branch information
SirenGlitch committed Nov 17, 2023
1 parent de40d86 commit d215aae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -282,3 +282,4 @@ $RECYCLE.BIN/
build/
dist/
*.spec
.venv/
1 change: 1 addition & 0 deletions main.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import os
import sys

import pygame


Expand Down

0 comments on commit d215aae

Please sign in to comment.