Open
Description
Python 3.13 has a neat trick where it gitignores virtualenvs by default by putting a .gitignore
file in them with the content *
. We should do that for .cog
directories so you don't accidentally add it to Git repositories.
Python 3.13 has a neat trick where it gitignores virtualenvs by default by putting a .gitignore
file in them with the content *
. We should do that for .cog
directories so you don't accidentally add it to Git repositories.