requirements for repeatable install
[rainbowstream.git] / .gitignore
index 877f42349abb40216b676dc13b0c311c4a103eeb..03b120856ab621078a30cc52b31b1bc590d05f1b 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