X-Git-Url: https://vcs.fsf.org/?p=rainbowstream.git;a=blobdiff_plain;f=.gitignore;h=98cf2570bd71f6e6bcf95069895f2af1a8a33d6e;hp=877f42349abb40216b676dc13b0c311c4a103eeb;hb=5b06fbffda826d50cf13a975f77888167a3bbf35;hpb=332e0fef9dc378bea68c3fe9f2c54e9dcff3a9f4 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