LICENSE
README.md
pyproject.toml
finn_tracker/__init__.py
finn_tracker/__main__.py
finn_tracker/app.py
finn_tracker/ingest.py
finn_tracker/mcp_server.py
finn_tracker/models.py
finn_tracker.egg-info/PKG-INFO
finn_tracker.egg-info/SOURCES.txt
finn_tracker.egg-info/dependency_links.txt
finn_tracker.egg-info/entry_points.txt
finn_tracker.egg-info/requires.txt
finn_tracker.egg-info/top_level.txt
finn_tracker/dashboard/index.html
finn_tracker/parsers/__init__.py
finn_tracker/parsers/csv_parser.py
finn_tracker/parsers/pdf_parser.py
finn_tracker/utils/__init__.py
finn_tracker/utils/db.py
sample_data/__init__.py
sample_data/generators.py
tests/test_app.py
tests/test_cli.py
tests/test_db.py
tests/test_ingest.py
tests/test_pdf_parser.py