blob: e80c20f4ba36f5461b0adb5f2748bd5eff63d4f3 [file] [log] [blame]
sousaedu2cf9ebb2021-04-08 11:53:34 +02001############################################################################
2# Copyright 2021 ETSI
garciadeblasedca7b32016-09-29 14:01:52 +00003#
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.
sousaedu2cf9ebb2021-04-08 11:53:34 +020015############################################################################
garciadeblasedca7b32016-09-29 14:01:52 +000016
sousaedu2cf9ebb2021-04-08 11:53:34 +020017# TOX
Anderson Bravalheri0446cd52018-08-17 15:26:19 +010018.tox/
sousaedu2cf9ebb2021-04-08 11:53:34 +020019
20# Virtualenv
sousaedu96abfc22021-02-18 14:57:01 +010021venv/
22
sousaedu2cf9ebb2021-04-08 11:53:34 +020023# Coverage
Anderson Bravalheri0446cd52018-08-17 15:26:19 +010024.coverage
sousaedu96abfc22021-02-18 14:57:01 +010025cover
26coverage.xml
27nosetests.xml
Anderson Bravalheri0446cd52018-08-17 15:26:19 +010028
sousaedu2cf9ebb2021-04-08 11:53:34 +020029# Python
garciadeblased746032017-01-05 11:58:41 +010030*.pyc
31*.pyo
sousaedu96abfc22021-02-18 14:57:01 +010032*.eggs/
33*.egg-info/
34
sousaedu2cf9ebb2021-04-08 11:53:34 +020035# logs of openmano
36logs
tierno40780732016-09-28 09:37:00 +000037
sousaedu2cf9ebb2021-04-08 11:53:34 +020038# pycharm
tierno40780732016-09-28 09:37:00 +000039.idea
40
sousaedu2cf9ebb2021-04-08 11:53:34 +020041# eclipse
42.project
tierno40780732016-09-28 09:37:00 +000043.pydevproject
44.settings
45
sousaedu2cf9ebb2021-04-08 11:53:34 +020046# vscode
47.vscode
48
tierno40780732016-09-28 09:37:00 +000049#local stuff files that end in ".local" or folders called "local"
tierno40780732016-09-28 09:37:00 +000050vnfs/*.local
51test/*.local
52scenarios/*.local
53instance-scenarios/*.local
54database_utils/*.local
55scripts/*.local
56local
57vnfs/local
58test/local
59scenarios/local
60instance-scenarios/local
61database_utils/local
62scripts/local