Shahrayar123 / Python-Projects

Basic Python projects, good first issue
272 stars 274 forks source link

Adding .gitignore file #216

Open tiomchik opened 3 weeks ago

tiomchik commented 3 weeks ago

Some projects contain files and folders, such as .idea and venv, which are better ignored. I think it would be better to add them to .gitignore file, and if the project uses third-party modules, add the file requirements.txt with them. I'd like to work on this.

vaishnavi-2901 commented 1 week ago

on it!