.gitignore
CHANGELOG.md
LICENSE
Makefile
README.md
RULES.md
pyproject.toml
.cursor/rules/project.mdc
.github/workflows/ci.yml
.github/workflows/publish.yml
.vscode/settings.json
src/jbussdieker/__main__.py
src/jbussdieker/commit.py
src/jbussdieker/config.py
src/jbussdieker/git_utils.py
src/jbussdieker/logging.py
src/jbussdieker/project.py
src/jbussdieker/template_loader.py
src/jbussdieker.egg-info/PKG-INFO
src/jbussdieker.egg-info/SOURCES.txt
src/jbussdieker.egg-info/dependency_links.txt
src/jbussdieker.egg-info/entry_points.txt
src/jbussdieker.egg-info/requires.txt
src/jbussdieker.egg-info/top_level.txt
src/jbussdieker/cli/__init__.py
src/jbussdieker/cli/main.py
src/jbussdieker/templates/.gitignore.tpl
src/jbussdieker/templates/LICENSE.tpl
src/jbussdieker/templates/Makefile.tpl
src/jbussdieker/templates/README.md.tpl
src/jbussdieker/templates/__init__.py.tpl
src/jbussdieker/templates/ci.yml.tpl
src/jbussdieker/templates/publish.yml.tpl
src/jbussdieker/templates/pyproject.toml.tpl
src/jbussdieker/templates/test_project.py.tpl
tests/__init__.py
tests/test_cli.py
tests/test_commit.py
tests/test_config.py
tests/test_git_utils.py
tests/test_integration.py
tests/test_jbussdieker.py
tests/test_logging.py
tests/test_main.py
tests/test_project.py
tests/test_template_loader.py