| sousaedu | 2cf9ebb | 2021-04-08 11:53:34 +0200 | [diff] [blame] | 1 | ############################################################################ |
| 2 | # Copyright 2021 ETSI |
| garciadeblas | edca7b3 | 2016-09-29 14:01:52 +0000 | [diff] [blame] | 3 | # |
| 4 | # Licensed under the Apache License, Version 2.0 (the "License"); you may |
| 5 | # not use this file except in compliance with the License. You may obtain |
| 6 | # a copy of the License at |
| 7 | # |
| 8 | # http://www.apache.org/licenses/LICENSE-2.0 |
| 9 | # |
| 10 | # Unless required by applicable law or agreed to in writing, software |
| 11 | # distributed under the License is distributed on an "AS IS" BASIS, WITHOUT |
| 12 | # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the |
| 13 | # License for the specific language governing permissions and limitations |
| 14 | # under the License. |
| sousaedu | 2cf9ebb | 2021-04-08 11:53:34 +0200 | [diff] [blame] | 15 | ############################################################################ |
| garciadeblas | edca7b3 | 2016-09-29 14:01:52 +0000 | [diff] [blame] | 16 | |
| sousaedu | 2cf9ebb | 2021-04-08 11:53:34 +0200 | [diff] [blame] | 17 | # TOX |
| Anderson Bravalheri | 0446cd5 | 2018-08-17 15:26:19 +0100 | [diff] [blame] | 18 | .tox/ |
| sousaedu | 2cf9ebb | 2021-04-08 11:53:34 +0200 | [diff] [blame] | 19 | |
| 20 | # Virtualenv |
| sousaedu | 96abfc2 | 2021-02-18 14:57:01 +0100 | [diff] [blame] | 21 | venv/ |
| 22 | |
| sousaedu | 2cf9ebb | 2021-04-08 11:53:34 +0200 | [diff] [blame] | 23 | # Coverage |
| Anderson Bravalheri | 0446cd5 | 2018-08-17 15:26:19 +0100 | [diff] [blame] | 24 | .coverage |
| sousaedu | 96abfc2 | 2021-02-18 14:57:01 +0100 | [diff] [blame] | 25 | cover |
| 26 | coverage.xml |
| 27 | nosetests.xml |
| Anderson Bravalheri | 0446cd5 | 2018-08-17 15:26:19 +0100 | [diff] [blame] | 28 | |
| sousaedu | 2cf9ebb | 2021-04-08 11:53:34 +0200 | [diff] [blame] | 29 | # Python |
| garciadeblas | ed74603 | 2017-01-05 11:58:41 +0100 | [diff] [blame] | 30 | *.pyc |
| 31 | *.pyo |
| sousaedu | 96abfc2 | 2021-02-18 14:57:01 +0100 | [diff] [blame] | 32 | *.eggs/ |
| 33 | *.egg-info/ |
| 34 | |
| sousaedu | 2cf9ebb | 2021-04-08 11:53:34 +0200 | [diff] [blame] | 35 | # logs of openmano |
| 36 | logs |
| tierno | 4078073 | 2016-09-28 09:37:00 +0000 | [diff] [blame] | 37 | |
| sousaedu | 2cf9ebb | 2021-04-08 11:53:34 +0200 | [diff] [blame] | 38 | # pycharm |
| tierno | 4078073 | 2016-09-28 09:37:00 +0000 | [diff] [blame] | 39 | .idea |
| 40 | |
| sousaedu | 2cf9ebb | 2021-04-08 11:53:34 +0200 | [diff] [blame] | 41 | # eclipse |
| 42 | .project |
| tierno | 4078073 | 2016-09-28 09:37:00 +0000 | [diff] [blame] | 43 | .pydevproject |
| 44 | .settings |
| 45 | |
| sousaedu | 2cf9ebb | 2021-04-08 11:53:34 +0200 | [diff] [blame] | 46 | # vscode |
| 47 | .vscode |
| 48 | |
| tierno | 4078073 | 2016-09-28 09:37:00 +0000 | [diff] [blame] | 49 | #local stuff files that end in ".local" or folders called "local" |
| tierno | 4078073 | 2016-09-28 09:37:00 +0000 | [diff] [blame] | 50 | vnfs/*.local |
| 51 | test/*.local |
| 52 | scenarios/*.local |
| 53 | instance-scenarios/*.local |
| 54 | database_utils/*.local |
| 55 | scripts/*.local |
| 56 | local |
| 57 | vnfs/local |
| 58 | test/local |
| 59 | scenarios/local |
| 60 | instance-scenarios/local |
| 61 | database_utils/local |
| 62 | scripts/local |