gitignore file how to use code example Example: how to generate gitignore file echo " bin/** lib/** pyvenv.cfg **.pyc " > .gitignore cat .gitignore