X-Git-Url: https://vcs.fsf.org/?p=rainbowstream.git;a=blobdiff_plain;f=.gitignore;h=98cf2570bd71f6e6bcf95069895f2af1a8a33d6e;hp=68d0a4395e9d6ff6be721765e9fc98944dbe0161;hb=99524a3a058922fffee3480df3e2f3896601c582;hpb=1a0ac1b8adcc68a988361253581f6fa636f68274 diff --git a/.gitignore b/.gitignore index 68d0a43..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/ @@ -62,7 +67,7 @@ docs/_build/ *.swo* # Virtualenv -/venv/* +/venv* # History completer completer.hist