# Python
__pycache__/
*.py[cod]
*$py.class

# Virtual environments
venv/
env/
.env/

# IDE
.idea/
.vscode/
*.swp

# Pygame / game specific
*.log
highscore.txt
