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