X-Git-Url: https://vcs.fsf.org/?p=rainbowstream.git;a=blobdiff_plain;f=.gitignore;h=98cf2570bd71f6e6bcf95069895f2af1a8a33d6e;hp=ec01fee9eac9f17a056dc757c6475dc1267f57a9;hb=6bb36e28788f8763ccad6ef4f1afa2122e526569;hpb=c3bab4ef2c05950ac280571d9b3575beb5203b31 diff --git a/.gitignore b/.gitignore index ec01fee..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/