__pycache__/
*.py[cod]
.venv/
.pytest_cache/
.ruff_cache/
dist/
build/
*.egg-info/
.DS_Store

# Never commit game content or artwork. This tool downloads box art; that art
# belongs to whoever made it and stays on the machine that fetched it.
*.png
*.jpg
*.zip
*.chd
*.iso
!tests/fixtures/**

# Written by the release workflow from repository secrets, never committed.
romgoblin/_dev_credentials.py

# The member pair, for working locally. The developer pair belongs to the
# software and arrives in the file above; this one belongs to a person.
.env.local
