hritikksingh / Twitter-video-emotion-and-sentiment-analysis

26 stars 19 forks source link

Remove __pycache__ #18

Closed anandxkumar closed 2 years ago

anandxkumar commented 2 years ago

To keep the codebase clean, it is suggested to remove all cache folders, so __pycache__ should be deleted and a .gitignore file should be created and the **/__pycache__/ directory should be added to avoid sending all __pycache__ to the repository.

Note: Make sure to first delete all cache before writing .gitignore.

hritikksingh commented 2 years ago

To keep the codebase clean, it is suggested to remove all cache folders, so __pycache__ should be deleted and a .gitignore file should be created and the **/__pycache__/ directory should be added to avoid sending all __pycache__ to the repository.

Note: Make sure to first delete all cache before writing .gitignore.

Yeah, that was my mistake. Thanks for pointing out :)