Check tweet length
[rainbowstream.git] / .gitignore
index 68d0a4395e9d6ff6be721765e9fc98944dbe0161..98cf2570bd71f6e6bcf95069895f2af1a8a33d6e 100644 (file)
@@ -1,15 +1,20 @@
 # Byte-compiled / optimized / DLL files
 __pycache__/
 *.py[cod]
 # Byte-compiled / optimized / DLL files
 __pycache__/
 *.py[cod]
+.DS_Store
 
 # C extensions
 *.so
 
 
 # C extensions
 *.so
 
+# Pyenv
+.python-version
+
 # Distribution / packaging
 .Python
 env/
 bin/
 build/
 # Distribution / packaging
 .Python
 env/
 bin/
 build/
+_build/
 develop-eggs/
 dist/
 eggs/
 develop-eggs/
 dist/
 eggs/
@@ -62,7 +67,7 @@ docs/_build/
 *.swo*
 
 # Virtualenv
 *.swo*
 
 # Virtualenv
-/venv/*
+/venv*
 
 # History completer
 completer.hist
 
 # History completer
 completer.hist