ignore some FORMAT on config command and display direct link in share function inside...
[rainbowstream.git] / .gitignore
1 # Byte-compiled / optimized / DLL files
2 __pycache__/
3 *.py[cod]
4
5 # C extensions
6 *.so
7
8 # Pyenv
9 .python-version
10
11 # Distribution / packaging
12 .Python
13 env/
14 bin/
15 build/
16 _build/
17 develop-eggs/
18 dist/
19 eggs/
20 lib/
21 lib64/
22 parts/
23 sdist/
24 var/
25 *.egg-info/
26 .installed.cfg
27 *.egg
28
29 # Installer logs
30 pip-log.txt
31 pip-delete-this-directory.txt
32
33 # Unit test / coverage reports
34 htmlcov/
35 .tox/
36 .coverage
37 .cache
38 nosetests.xml
39 coverage.xml
40
41 # Translations
42 *.mo
43
44 # Mr Developer
45 .mr.developer.cfg
46 .project
47 .pydevproject
48
49 # Rope
50 .ropeproject
51
52 # Django stuff:
53 *.log
54 *.pot
55
56 # Sphinx documentation
57 docs/_build/
58
59 # DB files
60 *.db
61
62 # Editor
63 *sublime*
64 .tag*
65 *.swp*
66 *.swo*
67
68 # Virtualenv
69 /venv*
70
71 # History completer
72 completer.hist
73
74 # Consumer
75 rainbowstream/consumer.py