.editorconfig
.gitattributes
.gitignore
.pre-commit-config.yaml
CHANGELOG.md
CONTRIBUTING.md
Justfile
LICENSE
README.md
codecov.yaml
mkdocs.yml
pyproject.toml
uv.lock
.github/actions/setup-python-env/action.yml
.github/workflows/main.yml
.github/workflows/on-release-main.yml
.github/workflows/validate-codecov-config.yml
docs/index.md
docs/modules.md
examples/defraction_box.stl
examples/defraction_box_1m.stl
examples/defraction_box_2m.stl
src/fleetmaster/__init__.py
src/fleetmaster/cli.py
src/fleetmaster/logging_setup.py
src/fleetmaster.egg-info/PKG-INFO
src/fleetmaster.egg-info/SOURCES.txt
src/fleetmaster.egg-info/dependency_links.txt
src/fleetmaster.egg-info/entry_points.txt
src/fleetmaster.egg-info/requires.txt
src/fleetmaster.egg-info/top_level.txt
src/fleetmaster/commands/__init__.py
src/fleetmaster/commands/gui.py
src/fleetmaster/commands/run.py
src/fleetmaster/core/__init__.py
src/fleetmaster/core/engine.py
src/fleetmaster/core/exceptions.py
src/fleetmaster/core/settings.py
src/fleetmaster/gui/__init__.py
src/fleetmaster/gui/handles.py
src/fleetmaster/gui/main_window.py
tests/test_engine.py