X-Git-Url: https://vcs.fsf.org/?p=rainbowstream.git;a=blobdiff_plain;f=.gitignore;h=98cf2570bd71f6e6bcf95069895f2af1a8a33d6e;hp=877f42349abb40216b676dc13b0c311c4a103eeb;hb=6bb36e28788f8763ccad6ef4f1afa2122e526569;hpb=fb07ddcb150426d3db9971bc3e6cbd21b8c6e47d;ds=sidebyside diff --git a/.gitignore b/.gitignore index 877f423..98cf257 100644 --- a/.gitignore +++ b/.gitignore @@ -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