.DS_Store
.coveragerc
.gitignore
.isort.cfg
.pre-commit-config.yaml
API.md
AUTHORS.md
LICENSE.txt
README.md
pydoc-markdown.yml
pyproject.toml
setup.cfg
setup.py
tox.ini
.github/workflows/ci.yml
src/split_markdown4gpt/__init__.py
src/split_markdown4gpt/__main__.py
src/split_markdown4gpt/splitter.py
src/split_markdown4gpt.egg-info/PKG-INFO
src/split_markdown4gpt.egg-info/SOURCES.txt
src/split_markdown4gpt.egg-info/dependency_links.txt
src/split_markdown4gpt.egg-info/entry_points.txt
src/split_markdown4gpt.egg-info/not-zip-safe
src/split_markdown4gpt.egg-info/requires.txt
src/split_markdown4gpt.egg-info/top_level.txt
tests/conftest.py
tests/test.md
tests/test_splitter.py