__pycache__/
*.py[cod]
*.egg-info/
.venv/
.pytest_cache/
.mypy_cache/
.ruff_cache/
build/
dist/
# Don't ignore the cores/ shared libs — those are intentional test fixtures.
# But ignore other stray .so files:
*.so
!tests/cores/*.so

# Bundled-core artifacts staged by bin/build-core — only the release wheel
# ships these. Both files are regenerable from .mgba-version.
src/retrokix/cores/LICENSE.mGBA
tests/fixtures/*.sav
tests/fixtures/*.state
.coverage

# mkdocs build output
site/
