blob: 4517ab1cc37dc15e31b5d0d51d608e7590ea35a5 [file] [log] [blame]
beierlmacf83f82021-03-17 08:11:23 -04001# Copyright ETSI Contributors and others.
2#
3# Licensed under the Apache License, Version 2.0 (the "License");
4# you may not use this file except in compliance with the License.
5# You may obtain a copy of the License at
6#
7# http://www.apache.org/licenses/LICENSE-2.0
8#
9# Unless required by applicable law or agreed to in writing, software
10# distributed under the License is distributed on an "AS IS" BASIS,
11# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12# See the License for the specific language governing permissions and
13# limitations under the License.
14
15__pycache__
16*.pyc
17.tox/
18dist/
19.cache/
20.local/
21.eggs
22osm_lcm.egg-info/
23.coverage
24cover
25coverage.xml
26.tox
27nosetests.xml
28.cache
29.vscode/
30.project
31.settings
32.pydevproject
33pyvenv.cfg
34venv/
aktas98488ed2021-07-29 17:42:49 +030035.idea