# Python environments and bytecode
.venv/
venv/
env/
ENV/
__pycache__/
*.py[cod]
*$py.class

# Test, lint, and type-check caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
.coverage.*
htmlcov/

# Local operating-system files
.DS_Store

# Build and publishing output
build/
dist/
*.egg-info/

# Game specific
__pycache__/
highscore.txt