Closed
Description
Is your feature request related to a problem? Please describe.
When generating the client from open api spec, sometimes we need to prevent some specific files to be overwritten. I haven't found a native support in openapi-python-client currently.
Describe the solution you'd like
We can follow the .gitignore pattern and provide something like .openapi_python_ignore.
Describe alternatives you've considered
N/A
Additional context
N/A