LICENSE
README.md
pyproject.toml
src/typysetup/__init__.py
src/typysetup/main.py
src/typysetup.egg-info/PKG-INFO
src/typysetup.egg-info/SOURCES.txt
src/typysetup.egg-info/dependency_links.txt
src/typysetup.egg-info/entry_points.txt
src/typysetup.egg-info/requires.txt
src/typysetup.egg-info/top_level.txt
src/typysetup/commands/__init__.py
src/typysetup/commands/config_cmd.py
src/typysetup/commands/help_cmd.py
src/typysetup/commands/history_cmd.py
src/typysetup/commands/list_cmd.py
src/typysetup/commands/preferences_cmd.py
src/typysetup/commands/setup_orchestrator.py
src/typysetup/configs/async-realtime.yaml
src/typysetup/configs/cli-tool.yaml
src/typysetup/configs/data-science.yaml
src/typysetup/configs/django.yaml
src/typysetup/configs/fastapi.yaml
src/typysetup/configs/ml-ai.yaml
src/typysetup/core/__init__.py
src/typysetup/core/config_loader.py
src/typysetup/core/dependency_installer.py
src/typysetup/core/file_backup_manager.py
src/typysetup/core/gitignore_generator.py
src/typysetup/core/preference_manager.py
src/typysetup/core/project_config_manager.py
src/typysetup/core/pyproject_generator.py
src/typysetup/core/setup_type_registry.py
src/typysetup/core/setup_type_utils.py
src/typysetup/core/venv_manager.py
src/typysetup/core/vscode_config_generator.py
src/typysetup/models/__init__.py
src/typysetup/models/builder.py
src/typysetup/models/constraint.py
src/typysetup/models/dependency_group.py
src/typysetup/models/dependency_selection.py
src/typysetup/models/project_config.py
src/typysetup/models/project_metadata.py
src/typysetup/models/setup_type.py
src/typysetup/models/user_preference.py
src/typysetup/models/vscode_config.py
src/typysetup/models/vscode_config_merge.py
src/typysetup/utils/__init__.py
src/typysetup/utils/paths.py
src/typysetup/utils/performance.py
src/typysetup/utils/prompts.py
src/typysetup/utils/rollback_context.py
tests/test_cli_config_history.py