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