Add standard Python .gitignore

This commit is contained in:
Ty
2026-06-20 17:33:47 +00:00
parent 753c8d298d
commit 2643abef23
+18
View File
@@ -0,0 +1,18 @@
# Python
__pycache__/
*.py[cod]
*$py.class
# Virtual environments
venv/
env/
.env/
# IDE
.idea/
.vscode/
*.swp
# Pygame / game specific
*.log
highscore.txt