| gomezl | bcb7833 | 2020-05-06 09:44:54 +0200 | [diff] [blame] | 1 | # |
| 2 | # All Rights Reserved. |
| 3 | # |
| 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. |
| Mike Marchetti | e84eb31 | 2017-05-04 15:06:26 -0400 | [diff] [blame] | 15 | *.pyc |
| Mike Marchetti | 4c7e237 | 2017-05-08 16:07:20 -0400 | [diff] [blame] | 16 | .cache |
| 17 | deb_dist/ |
| 18 | dist/ |
| garciadeblas | fa73146 | 2018-12-02 12:22:53 +0100 | [diff] [blame] | 19 | dists/ |
| 20 | pool/ |
| Mike Marchetti | 4c7e237 | 2017-05-08 16:07:20 -0400 | [diff] [blame] | 21 | *.gz |
| 22 | *egg-info/ |
| 23 | .eggs |
| garciadeblas | cabaf77 | 2018-07-09 14:09:33 +0200 | [diff] [blame] | 24 | .idea |
| Adam Israel | b6ab5da | 2017-06-21 14:08:06 -0400 | [diff] [blame] | 25 | parts/ |
| 26 | prime/ |
| 27 | stage/ |
| 28 | *.snap |
| Mike Marchetti | 4c7e237 | 2017-05-08 16:07:20 -0400 | [diff] [blame] | 29 | *venv/ |
| 30 | *venv3/ |
| Mike Marchetti | eeb2c00 | 2017-05-25 11:34:25 -0400 | [diff] [blame] | 31 | .tox/ |
| Mike Marchetti | ce91097 | 2017-07-05 11:54:54 -0400 | [diff] [blame] | 32 | snap/.snapcraft/ |
| Eduardo Sousa | a63fb3c | 2019-03-31 23:49:14 +0100 | [diff] [blame] | 33 | .vscode |
| gomezl | bcb7833 | 2020-05-06 09:44:54 +0200 | [diff] [blame] | 34 | build/ |
| beierlm | 4335f99 | 2021-03-24 09:26:06 -0400 | [diff] [blame] | 35 | .project |
| 36 | .pydevproject |
| 37 | .settings/ |
| David Garcia | 8b7ea70 | 2021-07-29 10:16:31 +0200 | [diff] [blame] | 38 | cover/ |
| 39 | .coverage |
| 40 | coverage.xml |