You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create .gitattributes file (best practice)
This will use LF line endings so commits made from windows doesn't break Linux users. (You won't need to run dos2unix on Linux)
Add a requirement.txt with packages and versions instead of including virtual environment. (You can use pip freeze to get that info)
The text was updated successfully, but these errors were encountered:
Create a .gitignore file to ignore:
Create .gitattributes file (best practice)
This will use LF line endings so commits made from windows doesn't break Linux users. (You won't need to run dos2unix on Linux)
Add a requirement.txt with packages and versions instead of including virtual environment. (You can use pip freeze to get that info)
The text was updated successfully, but these errors were encountered: