blob: e80c20f4ba36f5461b0adb5f2748bd5eff63d4f3 [file] [log] [blame]
sousaedu4a142752021-02-18 14:57:01 +01001############################################################################
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.
sousaedu4a142752021-02-18 14:57:01 +010015############################################################################
garciadeblasedca7b32016-09-29 14:01:52 +000016
sousaedu4a142752021-02-18 14:57:01 +010017# TOX
Anderson Bravalheri0446cd52018-08-17 15:26:19 +010018.tox/
Anderson Bravalheri0446cd52018-08-17 15:26:19 +010019
sousaedu4a142752021-02-18 14:57:01 +010020# Virtualenv
21venv/
22
23# Coverage
24.coverage
25cover
26coverage.xml
27nosetests.xml
28
29# Python
garciadeblased746032017-01-05 11:58:41 +010030*.pyc
31*.pyo
sousaedu4a142752021-02-18 14:57:01 +010032*.eggs/
33*.egg-info/
tierno40780732016-09-28 09:37:00 +000034
sousaedu4a142752021-02-18 14:57:01 +010035# logs of openmano
36logs
tierno40780732016-09-28 09:37:00 +000037
sousaedu4a142752021-02-18 14:57:01 +010038# pycharm
tierno40780732016-09-28 09:37:00 +000039.idea
40
sousaedu4a142752021-02-18 14:57:01 +010041# eclipse
42.project
tierno40780732016-09-28 09:37:00 +000043.pydevproject
44.settings
45
sousaedu4a142752021-02-18 14:57:01 +010046# 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