efiacor | 9b53268 | 2019-11-06 11:08:54 +0000 | [diff] [blame] | 1 | mvn-phase-lib.sh |
| 2 | tox-local.ini |
| 3 | *.wgn |
| 4 | .pytest_cache/ |
| 5 | xunit-results.xml |
| 6 | .DS_Store |
| 7 | # Byte-compiled / optimized / DLL files |
| 8 | __pycache__/ |
| 9 | *.py[cod] |
| 10 | *$py.class |
| 11 | |
| 12 | # C extensions |
| 13 | *.so |
| 14 | |
| 15 | # Distribution / packaging |
| 16 | .Python |
| 17 | env/ |
| 18 | build/ |
| 19 | develop-eggs/ |
| 20 | dist/ |
| 21 | downloads/ |
| 22 | eggs/ |
| 23 | .eggs/ |
| 24 | lib/ |
| 25 | lib64/ |
| 26 | parts/ |
| 27 | sdist/ |
| 28 | var/ |
| 29 | *.egg-info/ |
| 30 | .installed.cfg |
| 31 | *.egg |
| 32 | |
| 33 | # PyInstaller |
| 34 | # Usually these files are written by a python script from a template |
| 35 | # before PyInstaller builds the exe, so as to inject date/other infos into it. |
| 36 | *.manifest |
| 37 | *.spec |
| 38 | |
| 39 | # Installer logs |
| 40 | pip-log.txt |
| 41 | pip-delete-this-directory.txt |
| 42 | |
| 43 | # Unit test / coverage reports |
| 44 | htmlcov/ |
| 45 | venv-tox/ |
| 46 | .tox/ |
| 47 | .coverage |
| 48 | .coverage.* |
| 49 | .cache |
| 50 | nosetests.xml |
| 51 | coverage.xml |
| 52 | *,cover |
| 53 | .hypothesis/ |
| 54 | |
| 55 | # Translations |
| 56 | *.mo |
| 57 | *.pot |
| 58 | |
| 59 | # Django stuff: |
| 60 | *.log |
| 61 | local_settings.py |
| 62 | |
| 63 | # Flask stuff: |
| 64 | instance/ |
| 65 | .webassets-cache |
| 66 | |
| 67 | # Scrapy stuff: |
| 68 | .scrapy |
| 69 | |
| 70 | # Sphinx documentation |
| 71 | docs/_build/ |
| 72 | |
| 73 | # PyBuilder |
| 74 | target/ |
| 75 | |
| 76 | # IPython Notebook |
| 77 | .ipynb_checkpoints |
| 78 | |
| 79 | # pyenv |
| 80 | .python-version |
| 81 | |
| 82 | # celery beat schedule file |
| 83 | celerybeat-schedule |
| 84 | |
| 85 | # dotenv |
| 86 | .env |
| 87 | |
| 88 | # virtualenv |
| 89 | venv/ |
| 90 | ENV/ |
| 91 | |
| 92 | # Spyder project settings |
| 93 | .spyderproject |
| 94 | |
| 95 | # Rope project settings |
| 96 | .ropeproject |
| 97 | |
| 98 | # Test report |
| 99 | xunit-reports |
| 100 | coverage-reports |