Add dcae-cli and component-json-schemas projects
[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
52 # Translations
53 *.mo
54 *.pot
55
56 # Django stuff:
57 *.log
58 local_settings.py
59
60 # Flask stuff:
61 instance/
62 .webassets-cache
63
64 # Scrapy stuff:
65 .scrapy
66
67 # Sphinx documentation
68 docs/_build/
69 docs/source/apidoc/
70
71 # PyBuilder
72 target/
73
74 # IPython Notebook
75 .ipynb_checkpoints
76
77 # pyenv
78 .python-version
79
80 # celery beat schedule file
81 celerybeat-schedule
82
83 # dotenv
84 .env
85
86 # virtualenv
87 venv/
88 ENV/
89
90 # Spyder project settings
91 .spyderproject
92
93 # Rope project settings
94 .ropeproject