.gitignore
LICENSE
README.md
dev-requirements.txt
local-dev-requirements.txt
pyproject.toml
.github/workflows/publish-to-pypi.yml
.github/workflows/run-pytest.yml
.vscode/settings.json
examples/__init__.py
examples/add.py
examples/file_sizes.py
examples/file_sizes_ext.py
examples/fizzbuzz.py
examples/todo.py
src/maccarone/__init__.py
src/maccarone/openai.py
src/maccarone/preprocessor.py
src/maccarone.egg-info/PKG-INFO
src/maccarone.egg-info/SOURCES.txt
src/maccarone.egg-info/dependency_links.txt
src/maccarone.egg-info/entry_points.txt
src/maccarone.egg-info/requires.txt
src/maccarone.egg-info/top_level.txt
src/maccarone/scripts/preprocess.py
src/maccarone/test/test_preprocessor.py