Skip to content

chore: root .gitignore + sbom-browser license field#152

Open
lfrancke wants to merge 1 commit into
mainfrom
chore/repo-hygiene
Open

chore: root .gitignore + sbom-browser license field#152
lfrancke wants to merge 1 commit into
mainfrom
chore/repo-hygiene

Conversation

@lfrancke

Copy link
Copy Markdown
Member

Small, decision-free hygiene:

  • Root .gitignore for Python build cruft (__pycache__/, *.py[cod], .ruff_cache/) — these were showing up as untracked because there was no root ignore file.
  • license = "OSL-3.0" in harbor-sbom-browser/Cargo.toml, matching the other three tools (F27).

The larger hygiene/dependency items (consolidating the three dependency declarations, tracking apps/pyproject.toml/uv.lock, triaging the root working-notes and the untracked auto-retry-tests.py) need decisions and are intentionally left out of this PR.

- Add a root .gitignore for Python build cruft (__pycache__, *.pyc,
  .ruff_cache) that was otherwise showing up as untracked.
- Declare license = "OSL-3.0" in harbor-sbom-browser/Cargo.toml to match
  the other three tools (it was the only one without the field).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant