TomikeKrasnay / MI-PYT

Creative Commons Zero v1.0 Universal
0 stars 0 forks source link

__venv__ on GitHub #1

Open MarekSuchanek opened 6 years ago

MarekSuchanek commented 6 years ago

Never commit and push __venv__ to GitHub (good practice is to include it in .gitignore as we did during tutorial. Instead you should provide requirements.txt which you can write by hand or use pip freeze command (https://pip.pypa.io/en/stable/user_guide/#requirements-files).

MarekSuchanek commented 6 years ago

The same goes for .idea