Added util function to print twitter errors
[rainbowstream.git] / .gitignore
index fc1666b1a91a97f70282c8c9b92e36e97830bf6a..b838a07c0a46f95e295ee5759b4e811648123cdb 100644 (file)
@@ -5,11 +5,15 @@ __pycache__/
 # C extensions
 *.so
 
+# Pyenv
+.python-version
+
 # Distribution / packaging
 .Python
 env/
 bin/
 build/
+_build/
 develop-eggs/
 dist/
 eggs/
@@ -58,9 +62,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