.flake8
.gitattributes
.gitignore
.pre-commit-config.yaml
.python-version
LICENSE
README.md
SPEC.md
pyproject.toml
uv.lock
.github/dependabot.yml
.github/workflows/pre-commit.yml
.github/workflows/publish-to-pypi.yml
.github/workflows/pytest.yml
pubgate/__init__.py
pubgate/__main__.py
pubgate/_log.py
pubgate/absorb.py
pubgate/config.py
pubgate/core.py
pubgate/errors.py
pubgate/filtering.py
pubgate/git.py
pubgate/models.py
pubgate/pr.py
pubgate/publish.py
pubgate/stage_snapshot.py
pubgate/state.py
pubgate/status.py
pubgate.egg-info/PKG-INFO
pubgate.egg-info/SOURCES.txt
pubgate.egg-info/dependency_links.txt
pubgate.egg-info/entry_points.txt
pubgate.egg-info/requires.txt
pubgate.egg-info/top_level.txt
tests/conftest.py
tests/test_absorb.py
tests/test_cli.py
tests/test_filtering.py
tests/test_lfs.py
tests/test_logging.py
tests/test_pr.py
tests/test_publish.py
tests/test_recovery.py
tests/test_stage.py
tests/test_startup.py
tests/test_status.py