Showing
1 changed file
with
11 additions
and
54 deletions
| @@ -2,60 +2,17 @@ | @@ -2,60 +2,17 @@ | ||
| 2 | __pycache__/ | 2 | __pycache__/ |
| 3 | *.py[cod] | 3 | *.py[cod] |
| 4 | 4 | ||
| 5 | -# C extensions | ||
| 6 | -*.so | ||
| 7 | - | ||
| 8 | -# Distribution / packaging | ||
| 9 | -.Python | ||
| 10 | -env/ | ||
| 11 | -etc/ | ||
| 12 | -build/ | ||
| 13 | -develop-eggs/ | ||
| 14 | -dist/ | ||
| 15 | -downloads/ | ||
| 16 | -eggs/ | ||
| 17 | -lib/ | ||
| 18 | -lib64/ | ||
| 19 | -parts/ | ||
| 20 | -sdist/ | ||
| 21 | -var/ | ||
| 22 | -*.egg-info/ | ||
| 23 | -.installed.cfg | ||
| 24 | -*.egg | ||
| 25 | -bin/* | ||
| 26 | -src/* | ||
| 27 | - | ||
| 28 | -# PyInstaller | ||
| 29 | -# Usually these files are written by a python script from a template | ||
| 30 | -# before PyInstaller builds the exe, so as to inject date/other infos into it. | ||
| 31 | -*.manifest | ||
| 32 | -*.spec | ||
| 33 | - | ||
| 34 | -# Installer logs | ||
| 35 | -pip-log.txt | ||
| 36 | -pip-delete-this-directory.txt | ||
| 37 | - | ||
| 38 | -# Unit test / coverage reports | ||
| 39 | -htmlcov/ | ||
| 40 | -.tox/ | ||
| 41 | -.coverage | ||
| 42 | -.cache | ||
| 43 | -nosetests.xml | ||
| 44 | -coverage.xml | ||
| 45 | - | ||
| 46 | -# Translations | ||
| 47 | -*.mo | ||
| 48 | -*.pot | ||
| 49 | - | ||
| 50 | -# Django stuff: | ||
| 51 | -*.log | ||
| 52 | - | ||
| 53 | -# Sphinx documentation | ||
| 54 | -docs/_build/ | ||
| 55 | - | ||
| 56 | -# PyBuilder | ||
| 57 | -target/ | ||
| 58 | -.mr.developer.cfg | 5 | +# Distribution / packaging / buildout |
| 6 | +/*.egg-info/ | ||
| 7 | +/.installed.cfg | ||
| 8 | +/.mr.developer.cfg | ||
| 9 | +/bin/ | ||
| 10 | +/build/ | ||
| 11 | +/develop-eggs/ | ||
| 12 | +/[bs]dist/ | ||
| 13 | +/dist/ | ||
| 14 | +/eggs/ | ||
| 15 | +/src/ | ||
| 59 | 16 | ||
| 60 | # Output of robot_tests | 17 | # Output of robot_tests |
| 61 | /test_output/ | 18 | /test_output/ |
Please
register
or
login
to post a comment