| # SPDX-FileCopyrightText: © 2020 Open Networking Foundation <support@opennetworking.org> | |
| # SPDX-License-Identifier: Apache-2.0 | |
| *.pyc | |
| .tox | |
| .coverage | |
| venv-* | |
| *.egg-info | |
| *.xml | |
| # directories with ephemeral info | |
| products | |
| site | |
| jobs | |
| # credentials | |
| credentials.yaml |