Merge "Fixed location for setup.py"
[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
62 # Translations
63 *.mo
64 *.pot
65
66 # Django stuff:
67 *.log
68
69 # Sphinx documentation
70 docs/_build/
71
72 # PyBuilder
73 target/
74
75 #ignore thumbnails created by windows
76 Thumbs.db
77 #Ignore files build by Visual Studio
78 *.obj
79 *.exe
80 *.pdb
81 *.user
82 *.aps
83 *.pch
84 *.vspscc
85 *_i.c
86 *_p.c
87 *.ncb
88 *.suo
89 *.tlb
90 *.tlh
91 *.bak
92 *.cache
93 *.ilk
94 [Bb]in
95 [Dd]ebug*/
96 *.lib
97 *.sbr
98 obj/
99 [Rr]elease*/
100 _ReSharper*/
101 [Tt]est[Rr]esult*
102
103 # FIXME: Put all paths to temporarily hide under here.
104 # This must be considered temporary and is to be cleaned out!
105 conductor/api/extra/