CHANGELOG.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
completions/_vg
defaults/config.json
defaults/redaction-rules.json
src/vimgym/__init__.py
src/vimgym/cli.py
src/vimgym/config.py
src/vimgym/daemon.py
src/vimgym/db.py
src/vimgym/events.py
src/vimgym/server.py
src/vimgym/watcher.py
src/vimgym.egg-info/PKG-INFO
src/vimgym.egg-info/SOURCES.txt
src/vimgym.egg-info/dependency_links.txt
src/vimgym.egg-info/entry_points.txt
src/vimgym.egg-info/requires.txt
src/vimgym.egg-info/top_level.txt
src/vimgym/defaults/__init__.py
src/vimgym/defaults/config.json
src/vimgym/defaults/redaction-rules.json
src/vimgym/pipeline/__init__.py
src/vimgym/pipeline/metadata.py
src/vimgym/pipeline/orchestrator.py
src/vimgym/pipeline/parser.py
src/vimgym/pipeline/redact.py
src/vimgym/pipeline/summary.py
src/vimgym/storage/__init__.py
src/vimgym/storage/export.py
src/vimgym/storage/queries.py
src/vimgym/storage/writer.py
src/vimgym/ui/app.js
src/vimgym/ui/index.html
src/vimgym/ui/style.css
src/vimgym/ui/vendor/highlight.min.js
tests/test_cli.py
tests/test_cli_start_flags.py
tests/test_config.py
tests/test_config_v2.py
tests/test_daemon.py
tests/test_db.py
tests/test_doctor.py
tests/test_metadata.py
tests/test_orchestrator.py
tests/test_parser.py
tests/test_queries.py
tests/test_redact.py
tests/test_server.py
tests/test_sources_api.py
tests/test_summary.py
tests/test_ui.py
tests/test_watcher.py
tests/test_writer.py