.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
LICENSE
Makefile
README.md
SECURITY.md
common.mk
pyproject.toml
uv.lock
.github/.jira_sync_config.yaml
.github/CODEOWNERS
.github/PULL_REQUEST_TEMPLATE.md
.github/release-drafter.yml
.github/renovate.json5
.github/workflows/check-renovate.yaml
.github/workflows/policy.yaml
.github/workflows/qa.yaml
.github/workflows/release-drafter.yaml
.github/workflows/release-publish.yaml
docs/conf.py
docs/index.rst
docs/redirects.txt
docs/explanation/index.rst
docs/how-to-guides/index.rst
docs/reference/index.rst
docs/release-notes/index.rst
docs/tutorials/index.rst
pydantic_kitbash/__init__.py
pydantic_kitbash/directives.py
pydantic_kitbash.egg-info/PKG-INFO
pydantic_kitbash.egg-info/SOURCES.txt
pydantic_kitbash.egg-info/dependency_links.txt
pydantic_kitbash.egg-info/requires.txt
pydantic_kitbash.egg-info/top_level.txt
tests/__init__.py
tests/integration/__init__.py
tests/integration/test_pydantic_kitbash.py
tests/integration/example/__init__.py
tests/integration/example/conf.py
tests/integration/example/index.rst
tests/integration/example/project.py
tests/unit/__init__.py
tests/unit/test_kitbash_field.py
tests/unit/test_kitbash_model.py
tests/unit/test_supporting_functions.py