.editorconfig
.pre-commit-config.yaml
CHANGELOG.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
Makefile
README.md
SECURITY.md
TROUBLESHOOTING.md
pyproject.toml
requirements.txt
docpull/__init__.py
docpull/__main__.py
docpull/archive.py
docpull/cache.py
docpull/cli.py
docpull/config.py
docpull/doctor.py
docpull/hooks.py
docpull/indexer.py
docpull/metadata.py
docpull/naming.py
docpull/orchestrator.py
docpull/py.typed
docpull/sources_config.py
docpull/vcs.py
docpull/fetchers/__init__.py
docpull/fetchers/async_fetcher.py
docpull/fetchers/base.py
docpull/fetchers/bun.py
docpull/fetchers/d3.py
docpull/fetchers/generic.py
docpull/fetchers/generic_async.py
docpull/fetchers/nextjs.py
docpull/fetchers/parallel_base.py
docpull/fetchers/plaid.py
docpull/fetchers/react.py
docpull/fetchers/stripe.py
docpull/fetchers/tailwind.py
docpull/fetchers/turborepo.py
docpull/formatters/__init__.py
docpull/formatters/base.py
docpull/formatters/json.py
docpull/formatters/markdown.py
docpull/formatters/sqlite.py
docpull/formatters/toon.py
docpull/processors/__init__.py
docpull/processors/base.py
docpull/processors/content_filter.py
docpull/processors/deduplicator.py
docpull/processors/language_filter.py
docpull/processors/size_limiter.py
docpull/profiles/__init__.py
docpull/profiles/base.py
docpull/profiles/bun.py
docpull/profiles/d3.py
docpull/profiles/nextjs.py
docpull/profiles/plaid.py
docpull/profiles/react.py
docpull/profiles/stripe.py
docpull/profiles/tailwind.py
docpull/profiles/turborepo.py
docpull/utils/__init__.py
docpull/utils/file_utils.py
docpull/utils/logging_config.py
examples/README.md
examples/deduplication-strategies.yaml
examples/format-conversion.yaml
examples/incremental-updates.yaml
examples/multi-source-optimized.yaml
examples/selective-crawling.yaml
examples/simple-optimization.yaml
tests/test_config.py
tests/test_orchestrator.py
tests/test_sources_config.py