X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=.gitignore;h=03b120856ab621078a30cc52b31b1bc590d05f1b;hb=2043aa6f91597a64e7599700f69e8eee4c84f9b8;hp=877f42349abb40216b676dc13b0c311c4a103eeb;hpb=fb07ddcb150426d3db9971bc3e6cbd21b8c6e47d;p=rainbowstream.git diff --git a/.gitignore b/.gitignore index 877f423..03b1208 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