.gitignore
README.md
package-lock.json
pyproject.toml
schema.json
.github/workflows/workflow.yml
.vscode/settings.json
src/euler_files/__init__.py
src/euler_files/__main__.py
src/euler_files/cli.py
src/euler_files/config.py
src/euler_files/congruency.py
src/euler_files/constants.py
src/euler_files/jsonio.py
src/euler_files/lock.py
src/euler_files/markers.py
src/euler_files/migrate.py
src/euler_files/push.py
src/euler_files/rsync.py
src/euler_files/schemas.py
src/euler_files/shell.py
src/euler_files/status.py
src/euler_files/sync.py
src/euler_files/uv_env.py
src/euler_files/wizard.py
src/euler_files.egg-info/PKG-INFO
src/euler_files.egg-info/SOURCES.txt
src/euler_files.egg-info/dependency_links.txt
src/euler_files.egg-info/entry_points.txt
src/euler_files.egg-info/requires.txt
src/euler_files.egg-info/top_level.txt
src/euler_files/apptainer/__init__.py
src/euler_files/apptainer/build.py
src/euler_files/apptainer/deffile.py
src/euler_files/apptainer/fixup.py
src/euler_files/apptainer/prune.py
src/euler_files/apptainer/sync.py
src/euler_files/apptainer/venv.py
src/euler_files/apptainer/wizard.py
tests/conftest.py
tests/test_apptainer_build.py
tests/test_apptainer_config.py
tests/test_apptainer_deffile.py
tests/test_apptainer_fixup.py
tests/test_apptainer_prune.py
tests/test_apptainer_sync.py
tests/test_apptainer_venv.py
tests/test_cli_integration.py
tests/test_config.py
tests/test_congruency.py
tests/test_lock.py
tests/test_migrate.py
tests/test_sync.py
tests/test_uv_env.py