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