add retweet of my tweet to notification
[rainbowstream.git] / .gitignore
index 877f42349abb40216b676dc13b0c311c4a103eeb..561a5de1413fcc2461db11a3defc2582c1972e8a 100644 (file)
@@ -10,6 +10,7 @@ __pycache__/
 env/
 bin/
 build/
+_build/
 develop-eggs/
 dist/
 eggs/
@@ -54,3 +55,18 @@ docs/_build/
 
 # DB files
 *.db
+
+# Editor
+*sublime*
+.tag*
+*.swp*
+*.swo*
+
+# Virtualenv
+/venv*
+
+# History completer
+completer.hist
+
+# Consumer
+rainbowstream/consumer.py