.dockerignore
.gitignore
AGENTS.md
Containerfile
LICENSE
README.md
pyproject.toml
tox.ini
.agents/skills/dev-workflows/SKILL.md
.github/workflows/build-push-main.yml
.github/workflows/chart_versions.sh
.github/workflows/publish-chart.yml
.github/workflows/release.yml
charts/modelcar-maker/Chart.yaml
charts/modelcar-maker/example-external-registry.yaml
charts/modelcar-maker/values.yaml
charts/modelcar-maker/templates/NOTES.txt
charts/modelcar-maker/templates/_helpers.tpl
charts/modelcar-maker/templates/authfile.yaml
charts/modelcar-maker/templates/configmap.yaml
charts/modelcar-maker/templates/imagestream.yaml
charts/modelcar-maker/templates/job.yaml
charts/modelcar-maker/templates/pvc.yaml
charts/modelcar-maker/templates/rbac.yaml
charts/modelcar-maker/templates/secret.yaml
charts/modelcar-maker/templates/serviceaccount.yaml
src/modelcar_maker/__init__.py
src/modelcar_maker/__version__.py
src/modelcar_maker.egg-info/PKG-INFO
src/modelcar_maker.egg-info/SOURCES.txt
src/modelcar_maker.egg-info/dependency_links.txt
src/modelcar_maker.egg-info/entry_points.txt
src/modelcar_maker.egg-info/requires.txt
src/modelcar_maker.egg-info/scm_file_list.json
src/modelcar_maker.egg-info/scm_version.json
src/modelcar_maker.egg-info/top_level.txt
src/modelcar_maker/cli/__init__.py
src/modelcar_maker/cli/cli.py
src/modelcar_maker/download/__init__.py
src/modelcar_maker/download/hf_download.py
src/modelcar_maker/image/__init__.py
src/modelcar_maker/image/common.py
src/modelcar_maker/image/olot.py
src/modelcar_maker/image/podman.py
src/modelcar_maker/image/template.py
src/modelcar_maker/image/types.py
src/modelcar_maker/templates/Containerfile.j2
src/modelcar_maker/util/__init__.py
src/modelcar_maker/util/config.py
src/modelcar_maker/util/defaults.toml
src/modelcar_maker/util/helpers.py
src/modelcar_maker/util/logging.py
tests/conftest.py
tests/integration/test_build_real.py
tests/integration/test_cli.py
tests/unit/test_download.py
tests/unit/test_helpers.py
tests/unit/test_image_olot.py
tests/unit/test_image_podman.py
tests/unit/test_image_template.py
tests/unit/test_process.py
tmp/.gitkeep