PyMuPDF icon indicating copy to clipboard operation
PyMuPDF copied to clipboard

Improve .gitignore

Open AH-Hammi opened this issue 5 months ago • 0 comments

When using the setup.py buildtest command, the git repository gets a lot of untracked files. Especially the whole mupdf soruce code as well as a lot of test artifacts.

To ease development, I would suggest ignoring more stuff and define a location like tests/artifacts where all test artifacts are stored. This could then be ignored by a gitignore file.

AH-Hammi avatar Sep 08 '25 20:09 AH-Hammi