Skip to content

Conversation

@ruthkapse004
Copy link

Added .gitignore and requirements files. Removed unnecessary files that were tracked previously like pycache.

It's a bad practice to add virtual environments in commits. Instead we can simply add requirements file. With requirements file we can easily create same environment.
It's really not required to track __pycache__ files. This files are just compiled bytecodes which gets updated everytime we update code.
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 this pull request may close these issues.

1 participant