Update plugin version in k8s type file
[dcaegen2/platform/plugins.git] / .gitignore
1 .cloudify
2 *.swp
3 *.swn
4 *.swo
5 .DS_Store
6 .project
7 .pydevproject
8 venv
9 .vscode/
10
11
12 # Byte-compiled / optimized / DLL files
13 __pycache__/
14 *.py[cod]
15
16 # C extensions
17 *.so
18
19 # Distribution / packaging
20 .Python
21 env/
22 build/
23 develop-eggs/
24 dist/
25 downloads/
26 eggs/
27 .eggs/
28 lib/
29 lib64/
30 parts/
31 sdist/
32 var/
33 *.egg-info/
34 .installed.cfg
35 *.egg
36
37 # PyInstaller
38 #  Usually these files are written by a python script from a template
39 #  before PyInstaller builds the exe, so as to inject date/other infos into it.
40 *.manifest
41 *.spec
42
43 # Installer logs
44 pip-log.txt
45 pip-delete-this-directory.txt
46
47 # Unit test / coverage reports
48 htmlcov/
49 .tox/
50 .coverage
51 .coverage.*
52 .cache
53 nosetests.xml
54 coverage.xml
55 *,cover
56
57 # Translations
58 *.mo
59 *.pot
60
61 # Django stuff:
62 *.log
63
64 # Sphinx documentation
65 docs/_build/
66
67 # PyBuilder
68 target/