I'm creating a C# windows form application (with visual studio), which calls some already created python files sometimes. I would like to know where should I put them. Because once I create a Release of my application, I've got the .exe etc. in my bin/Release folder and this is what I share to people who wants to use my application. But of course actually it doesn't work because they don't have my python files.
As I'm a beginner, I'd like to know where should I put those python file to make a clean application? In a new folder into my bin/Release folder so they are always here in the release or elsewhere?
I'd like to learn how to create something professional, thanks!