Add `tweet_mode='extended'` to `search` call
[rainbowstream.git] / .gitignore
index 877f42349abb40216b676dc13b0c311c4a103eeb..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/
@@ -54,3 +59,18 @@ docs/_build/
 
 # DB files
 *.db
+
+# Editor
+*sublime*
+.tag*
+*.swp*
+*.swo*
+
+# Virtualenv
+/venv*
+
+# History completer
+completer.hist
+
+# Consumer
+rainbowstream/consumer.py