LICENSE
MANIFEST.in
README.md
pyproject.toml
infra_guide/__init__.py
infra_guide/cicd.py
infra_guide/cli.py
infra_guide/cost_estimator.py
infra_guide/detector.py
infra_guide/drift_detector.py
infra_guide/logo.py
infra_guide/policy_checker.py
infra_guide/preferences.py
infra_guide/project_inspector.py
infra_guide/runner.py
infra_guide/state_explorer.py
infra_guide/ui.py
infra_guide/validators.py
infra_guide/web.py
infra_guide/workspace_manager.py
infra_guide.egg-info/PKG-INFO
infra_guide.egg-info/SOURCES.txt
infra_guide.egg-info/dependency_links.txt
infra_guide.egg-info/entry_points.txt
infra_guide.egg-info/requires.txt
infra_guide.egg-info/top_level.txt
infra_guide/assets/__init__.py
infra_guide/assets/infra-guide.png
infra_guide/guides/__init__.py
infra_guide/guides/apply.py
infra_guide/guides/destroy.py
infra_guide/guides/init.py
infra_guide/guides/plan.py
tests/test_cicd.py
tests/test_cli.py
tests/test_cost_estimator.py
tests/test_preferences.py
tests/test_web.py