LICENSE
README.md
pyproject.toml
src/gitingest/__init__.py
src/gitingest/cli.py
src/gitingest/cloning.py
src/gitingest/config.py
src/gitingest/exceptions.py
src/gitingest/filesystem_schema.py
src/gitingest/ingestion.py
src/gitingest/output_formatters.py
src/gitingest/query_parsing.py
src/gitingest/repository_ingest.py
src/gitingest.egg-info/PKG-INFO
src/gitingest.egg-info/SOURCES.txt
src/gitingest.egg-info/dependency_links.txt
src/gitingest.egg-info/entry_points.txt
src/gitingest.egg-info/requires.txt
src/gitingest.egg-info/top_level.txt
src/gitingest/utils/__init__.py
src/gitingest/utils/ignore_patterns.py
src/gitingest/utils/ingestion_utils.py
src/gitingest/utils/notebook_utils.py
src/gitingest/utils/path_utils.py
src/gitingest/utils/query_parser_utils.py
src/gitingest/utils/textfile_checker_utils.py
src/gitingest/utils/timeout_wrapper.py
src/server/__init__.py
src/server/main.py
src/server/query_processor.py
src/server/server_config.py
src/server/server_utils.py
src/server/routers/__init__.py
src/server/routers/download.py
src/server/routers/dynamic.py
src/server/routers/index.py
tests/test_cli.py
tests/test_flow_integration.py
tests/test_ingestion.py
tests/test_notebook_utils.py
tests/test_repository_clone.py