X-Git-Url: https://vcs.fsf.org/?p=rainbowstream.git;a=blobdiff_plain;f=.gitignore;h=b838a07c0a46f95e295ee5759b4e811648123cdb;hp=fc1666b1a91a97f70282c8c9b92e36e97830bf6a;hb=5531923ea428470228d145d3c89fee0aecbe6e78;hpb=15f3e155c73e02226da9d236e219e79e3ca87472 diff --git a/.gitignore b/.gitignore index fc1666b..b838a07 100644 --- a/.gitignore +++ b/.gitignore @@ -5,11 +5,15 @@ __pycache__/ # C extensions *.so +# Pyenv +.python-version + # Distribution / packaging .Python env/ bin/ build/ +_build/ develop-eggs/ dist/ eggs/ @@ -58,9 +62,14 @@ docs/_build/ # Editor *sublime* .tag* +*.swp* +*.swo* # Virtualenv -/venv/* +/venv* # History completer -completer.hist \ No newline at end of file +completer.hist + +# Consumer +rainbowstream/consumer.py