Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cleanup Suggestions #1

Closed
Knucklessg1 opened this issue Apr 5, 2022 · 0 comments · Fixed by #2
Closed

Cleanup Suggestions #1

Knucklessg1 opened this issue Apr 5, 2022 · 0 comments · Fixed by #2
Assignees

Comments

@Knucklessg1
Copy link

Create a .gitignore file to ignore:

  • PyCharm .idea folder
  • pychache folder
  • venv folder

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)

@covarrjes covarrjes self-assigned this Apr 5, 2022
@covarrjes covarrjes mentioned this issue Apr 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants