.dockerignore
.env.example
.gitattributes
.gitignore
.pre-commit-config.yaml
.python-version
AGENTS.md
LICENSE
README.md
compose.yaml
dockerfile.www
makefile
pyproject.toml
uv.lock
.github/dependabot.yml
.github/prompts/openspec-apply.prompt.md
.github/prompts/openspec-archive.prompt.md
.github/prompts/openspec-proposal.prompt.md
.github/workflows/black.yaml
.github/workflows/dapperdata.yaml
.github/workflows/docker.yaml
.github/workflows/lockfiles.yaml
.github/workflows/mypy.yaml
.github/workflows/pypi.yaml
.github/workflows/pytest.yaml
.github/workflows/ruff.yaml
.github/workflows/tomlsort.yaml
docker/www/prestart.sh
docs/dev/README.md
docs/dev/api.md
docs/dev/cache.md
docs/dev/cli.md
docs/dev/dependencies.md
docs/dev/deployment.md
docs/dev/docker.md
docs/dev/documentation.md
docs/dev/github-api.md
docs/dev/github.md
docs/dev/makefile.md
docs/dev/pypi.md
docs/dev/settings.md
docs/dev/templates.md
docs/dev/testing.md
docs/dev/web.md
gitbrag/__init__.py
gitbrag/_version.py
gitbrag/cli.py
gitbrag/py.typed
gitbrag/settings.py
gitbrag/www.py
gitbrag.egg-info/PKG-INFO
gitbrag.egg-info/SOURCES.txt
gitbrag.egg-info/dependency_links.txt
gitbrag.egg-info/entry_points.txt
gitbrag.egg-info/requires.txt
gitbrag.egg-info/top_level.txt
gitbrag/conf/__init__.py
gitbrag/conf/cache.py
gitbrag/conf/github.py
gitbrag/conf/settings.py
gitbrag/services/auth.py
gitbrag/services/cache.py
gitbrag/services/encryption.py
gitbrag/services/formatter.py
gitbrag/services/jinja.py
gitbrag/services/reports.py
gitbrag/services/session.py
gitbrag/services/github/__init__.py
gitbrag/services/github/auth.py
gitbrag/services/github/client.py
gitbrag/services/github/models.py
gitbrag/services/github/oauth.py
gitbrag/services/github/pullrequests.py
gitbrag/services/github/stargazers.py
gitbrag/services/github/web_oauth.py
gitbrag/static/.gitkeep
gitbrag/static/css/styles.css
gitbrag/static/js/theme.js
gitbrag/templates/.gitkeep
gitbrag/templates/base.html
gitbrag/templates/error.html
gitbrag/templates/home.html
gitbrag/templates/user_report.html
gitbrag/templates/components/pr_table.html
gitbrag/templates/components/repo_section.html
gitbrag/templates/components/summary_card.html
openspec/AGENTS.md
openspec/project.md
openspec/changes/archive/2025-12-14-add-github-contribution-collection/design.md
openspec/changes/archive/2025-12-14-add-github-contribution-collection/proposal.md
openspec/changes/archive/2025-12-14-add-github-contribution-collection/tasks.md
openspec/changes/archive/2025-12-14-add-github-contribution-collection/specs/contribution-report-cli/spec.md
openspec/changes/archive/2025-12-14-add-github-contribution-collection/specs/github-authentication/spec.md
openspec/changes/archive/2025-12-14-add-github-contribution-collection/specs/github-pull-request-collection/spec.md
openspec/changes/archive/2025-12-27-add-star-increase-column/design.md
openspec/changes/archive/2025-12-27-add-star-increase-column/proposal.md
openspec/changes/archive/2025-12-27-add-star-increase-column/tasks.md
openspec/changes/archive/2025-12-27-add-star-increase-column/specs/contribution-report-cli/spec.md
openspec/changes/archive/2025-12-28-add-web-interface/design.md
openspec/changes/archive/2025-12-28-add-web-interface/proposal.md
openspec/changes/archive/2025-12-28-add-web-interface/tasks.md
openspec/changes/archive/2025-12-28-add-web-interface/specs/github-authentication/spec.md
openspec/changes/archive/2025-12-28-add-web-interface/specs/web-user-interface/spec.md
openspec/specs/contribution-report-cli/spec.md
openspec/specs/github-authentication/spec.md
openspec/specs/github-pull-request-collection/spec.md
openspec/specs/web-user-interface/spec.md
tests/__init__.py
tests/conftest.py
tests/test_cli.py
tests/test_github_settings.py
tests/test_settings.py
tests/test_www.py
tests/integration/__init__.py
tests/integration/test_github_integration.py
tests/services/__init__.py
tests/services/test_cache.py
tests/services/test_encryption.py
tests/services/test_formatter.py
tests/services/test_jinja.py
tests/services/test_session.py
tests/services/github/__init__.py
tests/services/github/test_auth.py
tests/services/github/test_client.py
tests/services/github/test_pullrequests.py
tests/services/github/test_stargazers.py