README.md
setup.py
qtmp/__init__.py
qtmp/cheatsheet_manager.py
qtmp/cli.py
qtmp/context.py
qtmp/doctor.py
qtmp/executor.py
qtmp/planner.py
qtmp/utils.py
qtmp.egg-info/PKG-INFO
qtmp.egg-info/SOURCES.txt
qtmp.egg-info/dependency_links.txt
qtmp.egg-info/entry_points.txt
qtmp.egg-info/requires.txt
qtmp.egg-info/top_level.txt
qtmp/cheatsheets/fastapi.md
qtmp/cheatsheets/react.md
qtmp/recipes/__init__.py
qtmp/recipes/base.py
qtmp/recipes/database.py
qtmp/recipes/fastapi.py
qtmp/recipes/frontend_basic.py
qtmp/recipes/react.py
qtmp/recipes/router_axios.py
qtmp/recipes/tailwind.py
tests/test_cheatsheet_manager.py
tests/test_cli_helpers.py
tests/test_context.py
tests/test_executor.py
tests/test_existing_target_and_frontend_basic.py
tests/test_planner.py
tests/test_recipes.py