.gitignore
.pre-commit-config.yaml
CONTRIBUTING.md
Dockerfile
LICENSE
README.md
conftest.py
mkdocs.yml
pyproject.toml
pytest.ini
.devcontainer/devcontainer.json
.github/pull_request_template.md
.github/setup.sh
.github/ISSUE_TEMPLATE/bug_report.yaml
.github/ISSUE_TEMPLATE/feature_request.yaml
.github/workflows/docs.yaml
.github/workflows/lint.yaml
.github/workflows/package.yaml
.github/workflows/release.yaml
.github/workflows/tests.yaml
docs/api.md
docs/customization.md
docs/future-features-contributions.md
docs/getting-started.md
docs/index.md
docs/step-by-step-guide.md
docs/assets/custom.css
docs/images/Blueprint-logo-black-flavicon.png
docs/images/Blueprint-logo-black.png
docs/images/Blueprint-logo-white.png
images/Blueprint-logo-black.png
images/Blueprint-logo-white.png
src/llm_commit_generator/__init__.py
src/llm_commit_generator/__main__.py
src/llm_commit_generator/ai_service.py
src/llm_commit_generator/cli.py
src/llm_commit_generator/commit_generator.py
src/llm_commit_generator/prompts.py
src/llm_commit_generator.egg-info/PKG-INFO
src/llm_commit_generator.egg-info/SOURCES.txt
src/llm_commit_generator.egg-info/dependency_links.txt
src/llm_commit_generator.egg-info/entry_points.txt
src/llm_commit_generator.egg-info/requires.txt
src/llm_commit_generator.egg-info/top_level.txt
tests/README.md
tests/conftest.py
tests/run_tests.sh
tests/unit/test_commit_generator.py