LICENSE
README.md
pyproject.toml
src/gitingest/__init__.py
src/gitingest/__main__.py
src/gitingest/clone.py
src/gitingest/config.py
src/gitingest/entrypoint.py
src/gitingest/ingestion.py
src/gitingest/output_formatter.py
src/gitingest/query_parser.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/schemas/__init__.py
src/gitingest/schemas/cloning.py
src/gitingest/schemas/filesystem.py
src/gitingest/schemas/ingestion.py
src/gitingest/utils/__init__.py
src/gitingest/utils/auth.py
src/gitingest/utils/compat_func.py
src/gitingest/utils/compat_typing.py
src/gitingest/utils/exceptions.py
src/gitingest/utils/file_utils.py
src/gitingest/utils/git_utils.py
src/gitingest/utils/ignore_patterns.py
src/gitingest/utils/ingestion_utils.py
src/gitingest/utils/logging_config.py
src/gitingest/utils/notebook.py
src/gitingest/utils/os_utils.py
src/gitingest/utils/pattern_utils.py
src/gitingest/utils/query_parser_utils.py
src/gitingest/utils/timeout_wrapper.py
src/server/__init__.py
src/server/__main__.py
src/server/form_types.py
src/server/main.py
src/server/metrics_server.py
src/server/models.py
src/server/query_processor.py
src/server/routers_utils.py
src/server/s3_utils.py
src/server/server_config.py
src/server/server_utils.py
src/server/routers/__init__.py
src/server/routers/dynamic.py
src/server/routers/index.py
src/server/routers/ingest.py
tests/test_cli.py
tests/test_clone.py
tests/test_git_utils.py
tests/test_gitignore_feature.py
tests/test_ingestion.py
tests/test_notebook_utils.py
tests/test_pattern_utils.py
tests/test_summary.py