Victor is quite fond of Visual Studio. Edward is a die-hard Emacs fan. Victor and Edward work together on a Python project. Whenever Edward adds a .py file to the project, he does nothing. If it's on disk, then it's part of the project. Victor finds it tedious that he needs to "add file to project" much more often than he should.
Is there a pythonic way to specify, in some kind of configuration file, which files belong to the project/solution? Is there a way to continuously generate, in some automated way, VC project/solution files from the files on disk?