.coveragerc
.gitignore
.isort.cfg
.pre-commit-config.yaml
.prettierignore
.prettierrc.yaml
CODEOWNERS
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
Makefile
README.md
pyproject.toml
setup.py
tox.ini
.github/pull_request_template.md
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/build-app.yml
.github/workflows/build-library.yml
.github/workflows/lint-code.yml
.github/workflows/publish-library.yml
ollama_bar/__main__.py
ollama_bar/_version.py
ollama_bar/command_display_window.py
ollama_bar/ollama_bar_app.py
ollama_bar/process_monitor.py
ollama_bar.egg-info/PKG-INFO
ollama_bar.egg-info/SOURCES.txt
ollama_bar.egg-info/dependency_links.txt
ollama_bar.egg-info/entry_points.txt
ollama_bar.egg-info/requires.txt
ollama_bar.egg-info/top_level.txt
ollama_bar/resources/off.svg
ollama_bar/resources/ollama.png
ollama_bar/resources/on.svg
scripts/build_app.sh
scripts/fmt.sh
scripts/install_app.sh
scripts/lint.sh
scripts/run_tests.sh
tests/test_command_display_window.py
tests/test_ollama_bar_app.py
tests/test_process_monitor.py