blob: 98ba212b4ad86c056c353cd8b7ea2f0fa42591ac [file] [log] [blame]
efiacor9b532682019-11-06 11:08:54 +00001mvn-phase-lib.sh
2tox-local.ini
3*.wgn
4.pytest_cache/
5xunit-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
17env/
18build/
19develop-eggs/
20dist/
21downloads/
22eggs/
23.eggs/
24lib/
25lib64/
26parts/
27sdist/
28var/
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
40pip-log.txt
41pip-delete-this-directory.txt
42
43# Unit test / coverage reports
44htmlcov/
45venv-tox/
46.tox/
47.coverage
48.coverage.*
49.cache
50nosetests.xml
51coverage.xml
52*,cover
53.hypothesis/
54
55# Translations
56*.mo
57*.pot
58
59# Django stuff:
60*.log
61local_settings.py
62
63# Flask stuff:
64instance/
65.webassets-cache
66
67# Scrapy stuff:
68.scrapy
69
70# Sphinx documentation
71docs/_build/
72
73# PyBuilder
74target/
75
76# IPython Notebook
77.ipynb_checkpoints
78
79# pyenv
80.python-version
81
82# celery beat schedule file
83celerybeat-schedule
84
85# dotenv
86.env
87
88# virtualenv
89venv/
90ENV/
91
92# Spyder project settings
93.spyderproject
94
95# Rope project settings
96.ropeproject
97
98# Test report
99xunit-reports
100coverage-reports