Added a flag to enable 24bit color output in images.
[rainbowstream.git] / .gitignore
index fc1666b1a91a97f70282c8c9b92e36e97830bf6a..98cf2570bd71f6e6bcf95069895f2af1a8a33d6e 100644 (file)
@@ -1,15 +1,20 @@
 # Byte-compiled / optimized / DLL files
 __pycache__/
 *.py[cod]
+.DS_Store
 
 # C extensions
 *.so
 
+# Pyenv
+.python-version
+
 # Distribution / packaging
 .Python
 env/
 bin/
 build/
+_build/
 develop-eggs/
 dist/
 eggs/
@@ -58,9 +63,14 @@ docs/_build/
 # Editor
 *sublime*
 .tag*
+*.swp*
+*.swo*
 
 # Virtualenv
-/venv/*
+/venv*
 
 # History completer
-completer.hist
\ No newline at end of file
+completer.hist
+
+# Consumer
+rainbowstream/consumer.py