add bin dir to gitignore

This commit is contained in:
Daniel afx 2020-09-21 02:58:07 +03:00
parent edd079408d
commit 6bba388c6a

3
.gitignore vendored
View file

@ -7,6 +7,7 @@ __pycache__/
*.so
# Distribution / packaging
.buildozer
.Python
build/
develop-eggs/
@ -14,6 +15,7 @@ dist/
downloads/
eggs/
.eggs/
bin/
lib/
lib64/
parts/
@ -26,7 +28,6 @@ share/python-wheels/
.installed.cfg
*.egg
MANIFEST
.buildozer
# PyInstaller
# Usually these files are written by a python script from a template