.editorconfig
CHANGELOG.md
LICENSE
MANIFEST.in
Makefile
README.md
pyproject.toml
requirements-dev.txt
run_tests.py
examples/simple_plugins/Makefile
examples/simple_plugins/include/plugin.hpp
examples/simple_plugins/include/plugin_registry.hpp
examples/simple_plugins/srcs/main.cpp
examples/simple_plugins/srcs/plugin.cpp
examples/simple_plugins/srcs/plugin_a.cpp
examples/simple_plugins/srcs/plugin_b.cpp
scripts/__init__.py
scripts/singleston.py
scripts/version.py
singleston.egg-info/PKG-INFO
singleston.egg-info/SOURCES.txt
singleston.egg-info/dependency_links.txt
singleston.egg-info/entry_points.txt
singleston.egg-info/top_level.txt
tests/__init__.py
tests/test_command_line.py
tests/test_dependency_parser.py
tests/test_error_handling.py
tests/test_export.py
tests/test_file_processor.py
tests/test_include_guard_removal.py
tests/test_utils.py
tests/fixtures/edge_cases/include_guards/nested_conditionals.hpp
tests/fixtures/edge_cases/include_guards/pragma_once.hpp
tests/fixtures/edge_cases/include_guards/traditional_guard.h
tests/fixtures/expected_outputs/simple_project_output.cpp
tests/fixtures/simple_project/include/utils.hpp
tests/fixtures/simple_project/srcs/main.cpp
tests/fixtures/simple_project/srcs/utils.cpp