adyen-examples / checkoutCreate

An external tool which allows you to build a drop-in integration and make customizations as outlined in the Adyen style sheet.
MIT License
5 stars 6 forks source link

Put venv in .gitignore #58

Closed jlengrand closed 1 year ago

jlengrand commented 1 year ago

I'm not a Python developer, but the virtual environment is pushed in this repo, this means that any pull request I make contains thousands of (irrelevant) changes :

image

It seems confusing, wouldn't it be better to remove venv and add it to the .gitignore file?

anamotaadyen commented 1 year ago

Should not have venv files in commits anymore. setup.sh must be run to create the local virtual environment