Skip to content

chore: ignore Python helper caches#7

Open
sit-d wants to merge 1 commit into
bitRAKE:win32from
sit-d:curation/ignore-python-caches-20260707
Open

chore: ignore Python helper caches#7
sit-d wants to merge 1 commit into
bitRAKE:win32from
sit-d:curation/ignore-python-caches-20260707

Conversation

@sit-d

@sit-d sit-d commented Jul 7, 2026

Copy link
Copy Markdown

Summary

  • Add repository ignore rules for Python bytecode caches created while checking the helper scripts.
  • Keep common local Python environments out of git status while leaving checked-in helper sources trackable.

Verification

  • python3 -m py_compile tools/idl_forensics.py tools/make_ico.py tools/psdk_common.py tools/psdk_function.py tools/psdk_interface.py tools/psdk_struct.py tools/win32_scraper.py examples/font_icons/make_uwpchar_data.py
  • git check-ignore --no-index tools/__pycache__/psdk_common.cpython-311.pyc examples/font_icons/__pycache__/make_uwpchar_data.cpython-311.pyc scratch.pyc .venv/pyvenv.cfg
  • git diff --check HEAD -- .gitignore

Notes

  • This is a repository-hygiene change only; assembler binaries and generated include files are not touched.

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