# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/

# Environments
.venv/

# Testing / coverage
.coverage
.coverage.*
.pytest_cache/
htmlcov/

# Tools
.mypy_cache/
.ruff_cache/
.idea/

# OS
.DS_Store

# ROMs
*.ch8
