ymdatta / SimplyClip

A chrome extension that allows copying of items to and from clipboard.
MIT License
0 stars 1 forks source link

Update gitignore to include python venv folders #5

Closed ymdatta closed 9 months ago

ymdatta commented 9 months ago

Backend has it's own requirements to run. So, a virtual environment is preferred and recommended to manage the dependencies. This generally generates a lot of files, which if not ignored increases size of the repository. So, add them to gitignore file.

ymdatta commented 9 months ago

Fixed with https://github.com/ymdatta/SimplyClip/commit/0f91daa14dc98e0fc7c27f75a561b20d88cef825