.editorconfig
.gitattributes
.gitignore
.pre-commit-config.yaml
CHANGELOG.md
COMPLETE_FILE_LIST.md
CONTRIBUTING.md
LICENSE
PROJECT_CHECKLIST.md
README.md
SETUP_GUIDE.md
pyproject.toml
requirements-dev.txt
requirements.txt
setup.py
docs/api.md
docs/examples.md
docs/troubleshooting.md
docs/usage.md
examples/advanced_usage.py
examples/basic_usage.py
git_auto_pro/__init__.py
git_auto_pro/backup.py
git_auto_pro/cli.py
git_auto_pro/config.py
git_auto_pro/git_commands.py
git_auto_pro/github.py
git_auto_pro/github_issues.py
git_auto_pro/gitignore_manager.py
git_auto_pro.egg-info/PKG-INFO
git_auto_pro.egg-info/SOURCES.txt
git_auto_pro.egg-info/dependency_links.txt
git_auto_pro.egg-info/entry_points.txt
git_auto_pro.egg-info/requires.txt
git_auto_pro.egg-info/top_level.txt
git_auto_pro/scaffolding/__init__.py
git_auto_pro/scaffolding/github_templates.py
git_auto_pro/scaffolding/gitignore.py
git_auto_pro/scaffolding/hooks.py
git_auto_pro/scaffolding/license.py
git_auto_pro/scaffolding/project.py
git_auto_pro/scaffolding/readme.py
git_auto_pro/scaffolding/templates.py
git_auto_pro/scaffolding/workflows.py
scripts/build.sh
scripts/install.sh
scripts/test.sh
tests/__init__.py
tests/conftest.py
tests/test_cli.py
tests/test_config.py
tests/test_git_commands.py
tests/test_github.py
tests/test_github_issues.py
tests/test_gitignore_manager.py
tests/test_scaffolding.py