Add an option to exclude specific files from the Python template synchronization process
Is your feature request related to a problem? Please describe.
Currently, when synchronizing a Python template, all files in the template directory are transferred to the user's project directory. However, there may be certain files such as README.md, LICENSE or the name of the module that the user may want to exclude from the synchronization process. This can lead to clutter in the project directory and unnecessary files
Describe the solution you'd like
Add an option to the synchronization process that allows us to specify certain files to exclude, and then ignore those files during the synchronization process.
Add an option to exclude specific files from the Python template synchronization process
Is your feature request related to a problem? Please describe.
Currently, when synchronizing a Python template, all files in the template directory are transferred to the user's project directory. However, there may be certain files such as
README.md,LICENSEor the name of the module that the user may want to exclude from the synchronization process. This can lead to clutter in the project directory and unnecessary filesDescribe the solution you'd like
Add an option to the synchronization process that allows us to specify certain files to exclude, and then ignore those files during the synchronization process.