/ bin / .gitignore
.gitignore
1  # Ignore everything in this directory
2  *
3  # Except these files
4  !.gitignore
5  !install.py
6  !README.md