Fix bug can not quote in Python 2, Fix #195
[rainbowstream.git] / .gitignore
index 561a5de1413fcc2461db11a3defc2582c1972e8a..98cf2570bd71f6e6bcf95069895f2af1a8a33d6e 100644 (file)
@@ -1,10 +1,14 @@
 # Byte-compiled / optimized / DLL files
 __pycache__/
 *.py[cod]
+.DS_Store
 
 # C extensions
 *.so
 
+# Pyenv
+.python-version
+
 # Distribution / packaging
 .Python
 env/