LICENSE
README.md
pyproject.toml
src/godot_export_doctor/__init__.py
src/godot_export_doctor/__main__.py
src/godot_export_doctor/cli.py
src/godot_export_doctor/matrix.py
src/godot_export_doctor/models.py
src/godot_export_doctor/preset_parser.py
src/godot_export_doctor/reporting.py
src/godot_export_doctor/rule_help.py
src/godot_export_doctor/rules.py
src/godot_export_preset_doctor.egg-info/PKG-INFO
src/godot_export_preset_doctor.egg-info/SOURCES.txt
src/godot_export_preset_doctor.egg-info/dependency_links.txt
src/godot_export_preset_doctor.egg-info/entry_points.txt
src/godot_export_preset_doctor.egg-info/top_level.txt
tests/test_cli.py
tests/test_preset_parser.py
tests/test_reporting.py
tests/test_rules.py