blob: 0c81ebec87f6616ac5816a4eae8966336160c723 [file] [log] [blame]
peustermdd559512017-09-21 16:29:34 +02001# Copyright (c) 2017 SONATA-NFV and Paderborn University
2# ALL RIGHTS RESERVED.
3#
4# Licensed under the Apache License, Version 2.0 (the "License");
5# you may not use this file except in compliance with the License.
6# You may obtain 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,
12# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13# See the License for the specific language governing permissions and
14# limitations under the License.
15#
16# Neither the name of the SONATA-NFV, Paderborn University
17# nor the names of its contributors may be used to endorse or promote
18# products derived from this software without specific prior written
19# permission.
20#
21# This work has been performed in the framework of the SONATA project,
22# funded by the European Commission under Grant number 671517 through
23# the Horizon 2020 and 5G-PPP programmes. The authors would like to
24# acknowledge the contributions of their colleagues of the SONATA
25# partner consortium (www.sonata-nfv.eu).
26
peusterm003b0cd2015-12-10 16:22:14 +010027# Byte-compiled / optimized / DLL files
28__pycache__/
29*.py[cod]
peustermdff16672016-02-02 16:47:41 +010030*$py.class
31
peusterm7adf90d2016-03-14 15:24:49 +010032#IDE
33.idea/
peusterm003b0cd2015-12-10 16:22:14 +010034
peusterm3700e082016-08-18 15:04:42 +020035# virtualenv
36venv
37
peusterm0f52fc12016-06-08 17:55:04 +090038# vagrant
39.vagrant/
40
peusterm003b0cd2015-12-10 16:22:14 +010041# C extensions
42*.so
43
44# Distribution / packaging
45.Python
46env/
47build/
48develop-eggs/
49dist/
50downloads/
51eggs/
52.eggs/
53lib/
54lib64/
55parts/
56sdist/
57var/
58*.egg-info/
59.installed.cfg
60*.egg
61
62# PyInstaller
63# Usually these files are written by a python script from a template
64# before PyInstaller builds the exe, so as to inject date/other infos into it.
65*.manifest
66*.spec
67
68# Installer logs
69pip-log.txt
70pip-delete-this-directory.txt
71
72# Unit test / coverage reports
73htmlcov/
74.tox/
75.coverage
76.coverage.*
77.cache
78nosetests.xml
79coverage.xml
80*,cover
peustermdff16672016-02-02 16:47:41 +010081.hypothesis/
peusterm003b0cd2015-12-10 16:22:14 +010082
83# Translations
84*.mo
85*.pot
86
87# Django stuff:
88*.log
89
90# Sphinx documentation
91docs/_build/
92
93# PyBuilder
94target/
peustermdff16672016-02-02 16:47:41 +010095
96#Ipython Notebook
97.ipynb_checkpoints
peusterm7303abc2016-02-02 17:03:19 +010098
cgeoffroy840f1792016-03-03 16:53:52 +010099#Pytest
100.pytest.restart
cgeoffroyf5a91692016-03-07 18:31:58 +0100101
102# JUnit xml
peusterm7adf90d2016-03-14 15:24:49 +0100103utils/ci/junit-xml/*.xml