aio-libs / aiomcache

Minimal asyncio memcached client
BSD 2-Clause "Simplified" License
141 stars 38 forks source link

exclude .venv/ in .gitignore #406

Closed ArtemIsmagilov closed 5 months ago

ArtemIsmagilov commented 5 months ago

https://docs.python.org/3/library/venv.html

Dreamsorcerer commented 5 months ago

No, sorry, I don't think this belongs in a repo .gitignore (and most of the stuff in there now shouldn't be there either). Set up a global .gitignore on your machine that covers all your dev tooling. The repo should only ignore files that are specific to this project.

https://sebastiandedeyne.com/setting-up-a-global-gitignore-file/

ArtemIsmagilov commented 5 months ago

That's fair, thanks for pointing that out.