.gitignore
.pre-commit-config.yaml
CONTRIBUTING.md
LICENSE
Makefile
README.md
common.mk
pyproject.toml
uv.lock
.github/PULL_REQUEST_TEMPLATE.md
.github/release-drafter.yml
.github/renovate.json5
.github/workflows/policy.yaml
.github/workflows/qa.yaml
.github/workflows/release-drafter.yaml
.github/workflows/release-publish.yaml
sphinx_terminal/__init__.py
sphinx_terminal/_version.py
sphinx_terminal/common.py
sphinx_terminal/directive.py
sphinx_terminal.egg-info/PKG-INFO
sphinx_terminal.egg-info/SOURCES.txt
sphinx_terminal.egg-info/dependency_links.txt
sphinx_terminal.egg-info/requires.txt
sphinx_terminal.egg-info/top_level.txt
sphinx_terminal/_static/terminal.css
tests/__init__.py
tests/integration/__init__.py
tests/integration/terminal_integration_test.py
tests/integration/example/__init__.py
tests/integration/example/conf.py
tests/integration/example/index.rst
tests/integration/example/myst-examples.md
tests/integration/example/rst-examples.rst
tests/unit/__init__.py
tests/unit/conftest.py
tests/unit/terminal_unit_test.py