DEV Community

Guglielmo
Guglielmo

Posted on

Use a folder to store requirements of a project

Hi, assuming that I'm using the following project structure:

Image description

Since in addition to the requirments.txt file I have some conda requirements .yml files I would like to create a folder where I can put them all. If so what would be the name of the folder according to best practices? Does it make sense to do this in your opinion?

Top comments (0)