| # Compiled python modules. |
| __pycache__ |
| |
| # Generated C files |
| src/buildstream/**/*.c |
| src/buildstream/**/*.so |
| |
| # Cython report files when using annotations |
| src/buildstream/**/*.html |
| |
| # Build output directory |
| build |
| |
| # Setuptools distribution folder. |
| /dist/ |
| |
| # Pip build metadata |
| pip-wheel-metadata/ |
| |
| # Python egg metadata, regenerated from source files by setuptools. |
| *.egg-info |
| .eggs |
| |
| # Some testing related things |
| integration-cache/ |
| tmp |
| .coverage |
| .coverage-reports/ |
| .coverage.* |
| .cache |
| .pytest_cache/ |
| *.bst/ |
| .tox/ |
| |
| # Generated version file |
| src/buildstream/__version__.py |
| |
| # Autogenerated doc |
| doc/source/badges/ |
| doc/source/sessions/ |
| doc/source/elements/ |
| doc/source/sources/ |
| doc/source/modules.rst |
| doc/source/buildstream.rst |
| doc/source/buildstream.*.rst |
| doc/build/ |
| versioneer.pyc |
| |
| # mypy |
| .mypy_cache |