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