.gitignore
.pre-commit-config.yaml
CHANGELOG.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
CONTRIBUTORS.md
LICENSE
Makefile
README.md
ROADMAP.md
SECURITY.md
SUPPORT.md
mkdocs.yml
pyproject.toml
requirements-dev.txt
requirements-docs.txt
requirements.txt
.github/pull_request_template.md
.github/ISSUE_TEMPLATE/bug_report.yml
.github/ISSUE_TEMPLATE/config.yml
.github/ISSUE_TEMPLATE/feature_request.yml
.github/workflows/ci.yml
.github/workflows/docs.yml
.github/workflows/pre-commit.yml
.github/workflows/release.yml
.github/workflows/smoke.yml
data/.gitkeep
docs/developer-setup.md
docs/index.md
docs/makefile.md
docs/process-release.md
docs/testing.md
docs/troubleshooting.md
docs/user-setup.md
docs/_ext/wspr_macros/__init__.py
pipelines/__init__.py
pipelines/ingest.py
scripts/get_version.py
src/wspr_ai_lite/__init__.py
src/wspr_ai_lite/cli.py
src/wspr_ai_lite/ingest.py
src/wspr_ai_lite/wspr_ai_lite.py
src/wspr_ai_lite.egg-info/PKG-INFO
src/wspr_ai_lite.egg-info/SOURCES.txt
src/wspr_ai_lite.egg-info/dependency_links.txt
src/wspr_ai_lite.egg-info/entry_points.txt
src/wspr_ai_lite.egg-info/requires.txt
src/wspr_ai_lite.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/test_ingest.py
tests/test_ingest_io.py