Mercurial > hgrepos > Python2 > PyMuPDF
comparison mupdf-source/thirdparty/zxing-cpp/wrappers/python/.gitignore @ 2:b50eed0cc0ef upstream
ADD: MuPDF v1.26.7: the MuPDF source as downloaded by a default build of PyMuPDF 1.26.4.
The directory name has changed: no version number in the expanded directory now.
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Mon, 15 Sep 2025 11:43:07 +0200 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| 1:1d09e1dec1d9 | 2:b50eed0cc0ef |
|---|---|
| 1 # Byte-compiled / optimized / DLL files | |
| 2 __pycache__/ | |
| 3 *.py[cod] | |
| 4 *$py.class | |
| 5 | |
| 6 # C extensions | |
| 7 *.so | |
| 8 | |
| 9 # Distribution / packaging | |
| 10 .Python | |
| 11 build/ | |
| 12 develop-eggs/ | |
| 13 dist/ | |
| 14 downloads/ | |
| 15 eggs/ | |
| 16 .eggs/ | |
| 17 lib/ | |
| 18 lib64/ | |
| 19 parts/ | |
| 20 sdist/ | |
| 21 var/ | |
| 22 wheels/ | |
| 23 pip-wheel-metadata/ | |
| 24 share/python-wheels/ | |
| 25 *.egg-info/ | |
| 26 .installed.cfg | |
| 27 *.egg | |
| 28 MANIFEST | |
| 29 | |
| 30 # PyInstaller | |
| 31 # Usually these files are written by a python script from a template | |
| 32 # before PyInstaller builds the exe, so as to inject date/other infos into it. | |
| 33 *.manifest | |
| 34 *.spec | |
| 35 | |
| 36 # Installer logs | |
| 37 pip-log.txt | |
| 38 pip-delete-this-directory.txt | |
| 39 | |
| 40 # Unit test / coverage reports | |
| 41 htmlcov/ | |
| 42 .tox/ | |
| 43 .nox/ | |
| 44 .coverage | |
| 45 .coverage.* | |
| 46 .cache | |
| 47 nosetests.xml | |
| 48 coverage.xml | |
| 49 *.cover | |
| 50 *.py,cover | |
| 51 .hypothesis/ | |
| 52 .pytest_cache/ | |
| 53 | |
| 54 # Sphinx documentation | |
| 55 docs/_build/ | |
| 56 docs/source/api | |
| 57 | |
| 58 # PyBuilder | |
| 59 target/ | |
| 60 | |
| 61 # Environments | |
| 62 .env | |
| 63 .venv | |
| 64 env/ | |
| 65 venv/ | |
| 66 ENV/ | |
| 67 env.bak/ | |
| 68 venv.bak/ |
