.gitignore
README.md
poetry.lock
pyproject.toml
src/__init__.py
src/cli.py
src/lib.py
src/llm.py
src/scriptomatic.py
src/scriptomatic.egg-info/PKG-INFO
src/scriptomatic.egg-info/SOURCES.txt
src/scriptomatic.egg-info/dependency_links.txt
src/scriptomatic.egg-info/entry_points.txt
src/scriptomatic.egg-info/requires.txt
src/scriptomatic.egg-info/top_level.txt
tests/test_lib.py
tests/test_llm.py
tests/test_main.py