| beierlm | acf83f8 | 2021-03-17 08:11:23 -0400 | [diff] [blame] | 1 | # 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/ |
| 18 | dist/ |
| 19 | .cache/ |
| 20 | .local/ |
| 21 | .eggs |
| 22 | osm_lcm.egg-info/ |
| 23 | .coverage |
| 24 | cover |
| 25 | coverage.xml |
| 26 | .tox |
| 27 | nosetests.xml |
| 28 | .cache |
| 29 | .vscode/ |
| 30 | .project |
| 31 | .settings |
| 32 | .pydevproject |
| 33 | pyvenv.cfg |
| 34 | venv/ |
| aktas | 98488ed | 2021-07-29 17:42:49 +0300 | [diff] [blame] | 35 | .idea |