Skip to content

chore: tidy up untracked files (MSIX script + gitignore artifacts)#95

Merged
nelsonduarte merged 2 commits into
mainfrom
chore/msix-listing-script-and-gitignore
Jun 18, 2026
Merged

chore: tidy up untracked files (MSIX script + gitignore artifacts)#95
nelsonduarte merged 2 commits into
mainfrom
chore/msix-listing-script-and-gitignore

Conversation

@nelsonduarte

Copy link
Copy Markdown
Owner

Summary

  • Adds msix/generate_listing_csv.py to the repo — mirrors the existing msix/generate_assets.py pattern. Generates the full listingData-9P70QGR8BSMZ-filled.csv (8 languages, descriptions, release notes, screenshots, search terms, features) importable into Microsoft Partner Center.
  • Gitignores local build/test artifacts so git status stays clean after PyInstaller smoke builds, test runs, and listing-CSV regeneration:
    • pyinstaller.log
    • test_*.pdf / test_*.xlsx
    • listingData-*.csv (output of the script above — reproducible from source, no need to track)

No code in the app changed; no version bump.

Test plan

  • git status is clean with the four local artifacts still on disk
  • msix/generate_listing_csv.py runs without error and writes the CSV next to msix/
  • CI green on the new branch

Co-Authored-By: Claude Opus 4.7 noreply@anthropic.com

nelsonduarte and others added 2 commits June 18, 2026 15:43
Mirrors msix/generate_assets.py pattern. Generates the full
listingData CSV (8 languages, descriptions, release notes, screenshots,
search terms) importable into Microsoft Partner Center.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Keeps 'git status' clean after PyInstaller smoke builds, local
test runs, and listing-CSV regeneration. Patterns added:
- pyinstaller.log (build log)
- test_*.pdf / test_*.xlsx (local test fixtures)
- listingData-*.csv (output of msix/generate_listing_csv.py)

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
@nelsonduarte nelsonduarte merged commit dfd818a into main Jun 18, 2026
3 checks passed
@nelsonduarte nelsonduarte deleted the chore/msix-listing-script-and-gitignore branch June 18, 2026 15:27
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