From 379185942200b2164cf761f251568f9e8b80efc7 Mon Sep 17 00:00:00 2001 From: Gregory Gauthier Date: Thu, 2 Apr 2026 16:39:16 +0100 Subject: [PATCH] feat(assets): add bronze, gold, and platinum WOMM seal SVGs Update .gitignore to ignore __pycache__ directories Update egg-info SOURCES.txt with new files --- .gitignore | 1 + assets/womm-seal-bronze.svg | 76 +++++++++++++++++++++ assets/womm-seal-gold.svg | 76 +++++++++++++++++++++ assets/womm-seal-platinum.svg | 76 +++++++++++++++++++++ src/womm_certification.egg-info/SOURCES.txt | 5 ++ 5 files changed, 234 insertions(+) create mode 100644 assets/womm-seal-bronze.svg create mode 100644 assets/womm-seal-gold.svg create mode 100644 assets/womm-seal-platinum.svg diff --git a/.gitignore b/.gitignore index 9ac3d0b..6020c3c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ .idea/ poetry.lock +**/__pycache__/ diff --git a/assets/womm-seal-bronze.svg b/assets/womm-seal-bronze.svg new file mode 100644 index 0000000..63284c1 --- /dev/null +++ b/assets/womm-seal-bronze.svg @@ -0,0 +1,76 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + WORKS ON MY MACHINE + + + + + + CERTIFIED + + + + + + + + + + + WOMM + + + + + + BRONZE + + + 2026-04-02 + + + + + + + diff --git a/assets/womm-seal-gold.svg b/assets/womm-seal-gold.svg new file mode 100644 index 0000000..b15992d --- /dev/null +++ b/assets/womm-seal-gold.svg @@ -0,0 +1,76 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + WORKS ON MY MACHINE + + + + + + CERTIFIED + + + + + + + + + + + WOMM + + + + + + GOLD + + + 2026-04-02 + + + + + + + diff --git a/assets/womm-seal-platinum.svg b/assets/womm-seal-platinum.svg new file mode 100644 index 0000000..0a69981 --- /dev/null +++ b/assets/womm-seal-platinum.svg @@ -0,0 +1,76 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + WORKS ON MY MACHINE + + + + + + CERTIFIED + + + + + + + + + + + WOMM + + + + + + PLATINUM + + + 2026-04-02 + + + + + + + diff --git a/src/womm_certification.egg-info/SOURCES.txt b/src/womm_certification.egg-info/SOURCES.txt index 5fc3b79..e73ec4e 100644 --- a/src/womm_certification.egg-info/SOURCES.txt +++ b/src/womm_certification.egg-info/SOURCES.txt @@ -1,5 +1,9 @@ +.gitignore README.md +WOMM-CERTIFICATE.txt +WOMM-STANDARD-001.md pyproject.toml +assets/womm-seal.svg src/womm/__init__.py src/womm/badge.py src/womm/certify.py @@ -11,4 +15,5 @@ src/womm_certification.egg-info/dependency_links.txt src/womm_certification.egg-info/entry_points.txt src/womm_certification.egg-info/requires.txt src/womm_certification.egg-info/top_level.txt +tests/__init__.py tests/test_certify.py \ No newline at end of file