Merge pull request #73 from polarkac/custom_prefix
[rainbowstream.git] / .gitignore
index 877f42349abb40216b676dc13b0c311c4a103eeb..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/
@@ -54,3 +58,18 @@ docs/_build/
 
 # DB files
 *.db
+
+# Editor
+*sublime*
+.tag*
+*.swp*
+*.swo*
+
+# Virtualenv
+/venv*
+
+# History completer
+completer.hist
+
+# Consumer
+rainbowstream/consumer.py