.gitignore
README.md
justfile
pyproject.toml
examples/empty.tpl
examples/forloop.tpl
examples/squares.tpl
examples/toplevel.tpl
mutemplate/__init__.py
mutemplate/__main__.py
mutemplate/compiler.py
mutemplate/main.py
mutemplate/watcher.py
mutemplate.egg-info/PKG-INFO
mutemplate.egg-info/SOURCES.txt
mutemplate.egg-info/dependency_links.txt
mutemplate.egg-info/entry_points.txt
mutemplate.egg-info/top_level.txt
test/.gitignore
test/justfile
test/run-test.sh
test/test_main.out
test/test_main.py