Merge "Fix bug while fetching DCAE response"
[optf/has.git] / .gitignore
1 # MacOS
2 .DS_Store
3
4 # IDEA / IDE
5 .idea/
6 *.iml
7 *.ipr
8 *.iws
9
10 # Byte-compiled / optimized / DLL files
11 __pycache__/
12 *.py[cod]
13
14 # C extensions
15 *.so
16
17 # Distribution / packaging
18 .Python
19 AUTHORS
20 ChangeLog
21 env/
22 build/
23 develop-eggs/
24 dist/
25 eggs/
26 lib/
27 lib64/
28 parts/
29 sdist/
30 var/
31 *.egg-info/
32 .eggs/
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 .testrepository/
49 .tox/
50 .coverage
51 cover/
52 dist/
53 conductor/doc/build
54 conductor/doc/source/api/
55 conductor/conductor/etc/conductor/conductor.conf
56 conductor/etc/conductor/*.sample
57 conductor/conductor/common/music/voting.py
58 .cache
59 nosetests.xml
60 coverage.xml
61 xunit*.xml
62
63 # Translations
64 *.mo
65 *.pot
66
67 # Django stuff:
68 *.log
69
70 # Sphinx documentation
71 docs/_build/
72
73 # PyBuilder
74 target/
75
76 #ignore thumbnails created by windows
77 Thumbs.db
78 #Ignore files build by Visual Studio
79 *.obj
80 *.exe
81 *.pdb
82 *.user
83 *.aps
84 *.pch
85 *.vspscc
86 *_i.c
87 *_p.c
88 *.ncb
89 *.suo
90 *.tlb
91 *.tlh
92 *.bak
93 *.cache
94 *.ilk
95 [Bb]in
96 [Dd]ebug*/
97 *.lib
98 *.sbr
99 obj/
100 [Rr]elease*/
101 _ReSharper*/
102 [Tt]est[Rr]esult*
103
104 # FIXME: Put all paths to temporarily hide under here.
105 # This must be considered temporary and is to be cleaned out!
106 conductor/api/extra/
107
108 #eclipse
109 .project
110 .settings/
111 .pydevproject