| Zack Williams | 712caf6 | 2020-04-28 13:37:41 -0700 | [diff] [blame^] | 1 | # SPDX-FileCopyrightText: © 2020 Open Networking Foundation <support@opennetworking.org> |
| 2 | # SPDX-License-Identifier: Apache-2.0 | ||||
| 3 | |||||
| 4 | *.pyc | ||||
| 5 | .tox | ||||
| 6 | .coverage | ||||
| 7 | venv_* | ||||
| 8 | *.egg-info | ||||
| 9 | |||||
| 10 | # directories with ephemeral info | ||||
| 11 | products | ||||
| 12 | site | ||||
| 13 | jobs | ||||
| 14 | |||||
| 15 | # credentials | ||||
| 16 | credentials.yaml | ||||