.env.example
.gitignore
.pre-commit-config.yaml
LICENSE
MANIFEST.in
Makefile
README.md
pyproject.toml
requirements-dev.txt
requirements.txt
setup.cfg
setup.py
.github/workflows/python-package.yml
docs/conf.py
docs/index.rst
docs/requirements.txt
filecombinator/__init__.py
filecombinator/_version.py
filecombinator/cli.py
filecombinator/py.typed
filecombinator.egg-info/PKG-INFO
filecombinator.egg-info/SOURCES.txt
filecombinator.egg-info/dependency_links.txt
filecombinator.egg-info/requires.txt
filecombinator.egg-info/top_level.txt
filecombinator/core/__init__.py
filecombinator/core/banner.py
filecombinator/core/banner.txt
filecombinator/core/combinator.py
filecombinator/core/config.py
filecombinator/core/config.yaml
filecombinator/core/exceptions.py
filecombinator/core/file_utils.py
filecombinator/core/logging.py
filecombinator/core/models.py
filecombinator/processors/__init__.py
filecombinator/processors/content.py
filecombinator/processors/directory.py
tests/__init__.py
tests/test_cli.py
tests/test_version.py
tests/core/__init__.py
tests/core/test_banner.py
tests/core/test_combinator.py
tests/core/test_config.py
tests/core/test_exceptions.py
tests/core/test_file_utils.py
tests/core/test_models.py
tests/processors/__init__.py
tests/processors/test_content.py
tests/processors/test_directory.py